{
  "name": "Vampires vs. Werewolves — Browser MMO RPG",
  "short_name": "VvW",
  "description": "Free-to-play browser MMO RPG. Choose your race — Vampire or Werewolf — and fight for dominance in the dark world of Aeternum.",
  "start_url": "/game/dashboard.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1a1a2e",
  "background_color": "#0f0f23",
  "lang": "en",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/static/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/images/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Game Dashboard"
    },
    {
      "src": "/static/images/screenshots/battle.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Battle System"
    }
  ],
  "shortcuts": [
    {
      "name": "Hunt Monsters",
      "url": "/game/map.html",
      "description": "Go to the world map and hunt monsters"
    },
    {
      "name": "PvP Arena",
      "url": "/game/pvp.html",
      "description": "Fight other players in the arena"
    },
    {
      "name": "Inventory",
      "url": "/game/inventory.html",
      "description": "Manage your items and equipment"
    }
  ]
}
