{
  "id": "com.stonepoolgames.keeperstar",
  "name": "Keeper Star",
  "short_name": "Keeper Star",
  "description": "Step into the goalkeeper's gloves. Read the striker, dive at the right moment, and save every shot across increasingly tense penalty rounds.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "landscape",
  "background_color": "#04201a",
  "theme_color": "#04201a",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "sports", "entertainment"],
  "icons": [
    { "src": "icons/icon-48.png",  "sizes": "48x48",   "type": "image/png" },
    { "src": "icons/icon-72.png",  "sizes": "72x72",   "type": "image/png" },
    { "src": "icons/icon-96.png",  "sizes": "96x96",   "type": "image/png" },
    { "src": "icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-256.png", "sizes": "256x256", "type": "image/png" },
    { "src": "icons/icon-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [
    { "src": "screenshots/shot-1.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Face the striker in a tense penalty round" },
    { "src": "screenshots/shot-2.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Dive at the right moment to make the save" },
    { "src": "screenshots/shot-3.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Progress through increasingly difficult levels" },
    { "src": "screenshots/shot-4.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Unlock new gloves and keeper styles" },
    { "src": "screenshots/shot-5.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Track your saves and beat your best run" }
  ],
  "shortcuts": [
    {
      "name": "Play now",
      "short_name": "Play",
      "description": "Jump straight into the next penalty round",
      "url": "./index.html?shortcut=play",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "How to play",
      "short_name": "Help",
      "description": "Learn the controls and scoring",
      "url": "./index.html?shortcut=help",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
