{
  "name": "Castle Wars: Legacy",
  "short_name": "Castle Wars",
  "description": "A strategy card game where you build and defend your castle while attempting to destroy your opponent's.",
  "icons": [
    {
      "src": "icons/cwl_icon_2_192_tiny.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/cwl_icon_2_512_tiny.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#1d3557",
  "background_color": "#f1faee",
  "display": "standalone",
  "start_url": "/?pwa=true",
  "scope": "/",
  "orientation": "portrait",
  "categories": ["games", "strategy", "card"],
  "screenshots": [
    {
      "src": "screenshots/game1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Gameplay"
    },
    {
      "src": "screenshots/game2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Gameplay Example"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "lang": "en",
  "dir": "ltr",
  "display_override": ["standalone", "fullscreen"],
  "permissions": ["geolocation", "push-notification"],
  "launch_handler": {
    "client_mode": "auto"
  },
  "id": "/?source=pwa"
}
