{
  "id": "/",
  "name": "Blockora",
  "short_name": "Blockora",
  "description": "Blockora – Puzzle-Spiel: Setze bunte Blöcke, räume Reihen, jage den Highscore.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "lang": "de",
  "dir": "ltr",
  "categories": ["games", "puzzle", "entertainment"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "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" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screen-1.png",
      "sizes": "512x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Blockora Spielfeld"
    },
    {
      "src": "/screenshots/screen-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Blockora Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Endlos-Modus",
      "short_name": "Endlos",
      "description": "Starte sofort einen Endlos-Lauf",
      "url": "/?mode=endless",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Level-Auswahl",
      "short_name": "Level",
      "description": "Öffne die Level-Auswahl",
      "url": "/?mode=levels",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
