{
  "id": "towerdefense",
  "name": "Tower Defense",
  "categories": ["games", "strategy", "relaxation", "casual"],
  "lang": "en-US",
  "dir": "ltr",
  "short_name": "Towdef",
  "description": "An infinite tower defense game",
  "theme_color": "#000000",
  "background_color": "#000000",
  "display": "fullscreen",
  "orientation": "landscape",
  "scope": "./",
  "start_url": "./index.html?fullscreen=true",
  "related_applications": [],
  "prefer_related_applications": true,
  "protocol_handlers": [
    {
      "protocol": "web+towerdef",
      "url": "./index.html?game=%s"
    }
  ],
  "scope_extensions": [
    { "origin": "https://ferreirapablo.com" }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "display_override": [
    "window-controls-overlay"
  ],
  "screenshots": [
    {
      "src": "./images/screenshots/mobile-1792x828.png",
      "sizes": "1792x828",
      "type": "image/webp",
      "form_factor": "wide",
      "platform": "ios",
      "label": "The game playing on a mobile device"
    },
    {
      "src": "./images/screenshots/mobile1-828x1792.png",
      "sizes": "828x1792",
      "type": "image/webp",
      "form_factor": "narrow",
      "platform": "ios",
      "label": "The game playing on a mobile device"
    },
    {
      "src": "./images/screenshots/tablet-2048x2732.png",
      "sizes": "2048x2732",
      "type": "image/webp",
      "form_factor": "narrow",
      "platform": "ipados",
      "label": "The game playing on a tablet"
    },
    {
      "src": "./images/screenshots/tablet1-2360x1640.png",
      "sizes": "2360x1640",
      "type": "image/webp",
      "form_factor": "wide",
      "platform": "ipados",
      "label": "The game playing on a tablet"
    },
    {
      "src": "./images/screenshots/tablet2-2360x1640.png",
      "sizes": "2360x1640",
      "type": "image/webp",
      "form_factor": "wide",
      "platform": "ipados",
      "label": "The game playing on a tablet"
    }
  ],
  "icons": [
    {
      "src": "images/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/icons/monochrome-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ]
}