{
  "name": "Vampires vs. Werewolves",
  "short_name": "VvW",
  "description": "A browser MMO RPG set in the dark world of Aeternum. Choose your race, master your skills, and dominate the eternal war.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "categories": ["games", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "src": "/static/img/icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-192.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Hunt",
      "short_name": "Hunt",
      "description": "Go hunting for monsters",
      "url": "/game/battle.html",
      "icons": [{ "src": "/static/img/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your character status",
      "url": "/game/dashboard.html",
      "icons": [{ "src": "/static/img/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "Manage your gear and items",
      "url": "/game/inventory.html",
      "icons": [{ "src": "/static/img/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Shop",
      "short_name": "Shop",
      "description": "Buy gems, gear and consumables",
      "url": "/game/shop.html",
      "icons": [{ "src": "/static/img/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
