{
  "name": "Sidewinder — typing-as-control snake game",
  "short_name": "Sidewinder",
  "description": "Snake, but you steer by typing the letter in the cell next to the head.",
  "id": "/",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0A0F0A",
  "background_color": "#0A0F0A",
  "lang": "en",
  "categories": ["games", "education", "entertainment"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-sidewinder-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-sidewinder-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-sidewinder-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Play today's deterministic board",
      "url": "/?daily=today&utm_source=pwa-shortcut",
      "icons": [{ "src": "/icon-sidewinder-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Quick Match",
      "short_name": "VS",
      "description": "Get matched against a random opponent",
      "url": "/?mode=multi&action=quick&utm_source=pwa-shortcut",
      "icons": [{ "src": "/icon-sidewinder-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "TypeQuest",
      "short_name": "Quest",
      "description": "TypeQuest typing roguelike (prototype)",
      "url": "/typequest.html?utm_source=pwa-shortcut",
      "icons": [{ "src": "/icon-sidewinder-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
