{
  "name": "Mind Escape: 100 Doors Survival",
  "short_name": "MindEscape",
  "description": "Cyberpunk Escape Room & Speedrun Puzzle Game",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#030611",
  "theme_color": "#00f3ff",
  "orientation": "any",
  "icons": [
    {
      "src": "./src/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "./icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml"
    }
  ]
}