{
  "name": "Vortangle — The world is on the line",
  "short_name": "Vortangle",
  "description": "Save a living world from space junk in Vortex, or master 200 evolving Classic arrow puzzles.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "categories": ["games", "entertainment"],
  "background_color": "#f4f1ea",
  "theme_color": "#f4f1ea",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/vortex-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Clean up a living world in Vortex mode"
    },
    {
      "src": "screenshots/classic-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Solve colorful directional puzzles in Classic mode"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Vortex",
      "short_name": "Vortex",
      "url": "/?mode=orbit",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Play Classic",
      "short_name": "Classic",
      "url": "/?mode=classic",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Weekly Expedition",
      "short_name": "Weekly",
      "url": "/?destination=weekly",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
