{
  "name": "Pokemon Browser RPG",
  "short_name": "Pokemon RPG",
  "description": "A full-featured Pokemon RPG in your browser. 300+ Pokemon, mega evolutions, tournaments, and more.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#081820",
  "theme_color": "#081820",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
