{
  "id": "looplight",
  "name": "LOOPLIGHT: Escape Your Past",
  "short_name": "LOOPLIGHT",
  "description": "A neon one-thumb survival arcade where your own path comes back as the enemy. Outrun your memory ghosts, master four void types, survive memory events and share deterministic challenge codes — fully playable offline and free.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0a0d24",
  "theme_color": "#090b1f",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Play Classic",
      "short_name": "Classic",
      "url": "./index.html?mode=classic",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Play Hardcore",
      "short_name": "Hardcore",
      "url": "./index.html?mode=hardcore",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily Memory",
      "short_name": "Daily",
      "url": "./index.html?mode=daily",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Customize",
      "short_name": "Customize",
      "url": "./index.html?screen=custom",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "screens/home-portrait.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen with the live memory-loop demo"
    },
    {
      "src": "screens/play-wide.png",
      "sizes": "1366x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Outrun your own memory ghosts"
    }
  ]
}
