{
  "name": "Text Battle - Character Battle Game",
  "short_name": "Text Battle",
  "description": "Create your own character and enjoy text battles in this free online game",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2A2119",
  "theme_color": "#453E2F",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["games", "entertainment"],
  "form_factor": "wide",
  "screenshots": [
    {
      "src": "/images/screenshot.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "icons": [
    {
      "src": "/images/icon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/images/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/images/icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
} 