{
  "name": "Writecast - CLI Word Game",
  "short_name": "Writecast",
  "description": "A terminal-style word guessing game on Farcaster",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a1628",
  "theme_color": "#1e3a8a",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": [
    "games",
    "entertainment",
    "social"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Writecast CLI Word Game"
    }
  ]
}