{
  "name": "Aizen Grid",
  "short_name": "Aizen Grid",
  "description": "Control the Grid. Trigger the Chain. A grid strategy game with infinite depth.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050507",
  "theme_color": "#050507",
  "orientation": "portrait",
  "categories": ["games", "strategy"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/01-main-menu.png",
      "sizes": "750x1624",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Main menu with play options"
    },
    {
      "src": "/screenshots/05-game-start.png",
      "sizes": "750x1624",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Game board"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Play",
      "short_name": "Play",
      "description": "Start a quick game vs AI",
      "url": "/?action=play",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
