{
  "name": "Puzzle Quest - Number Puzzle Game",
  "short_name": "Puzzle Quest",
  "description": "Arrange numbers 1-8 to complete the puzzle. Works offline!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#FF6B6B",
  "background_color": "#FFFBF0",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%23FF6B6B' width='192' height='192'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='120' font-weight='bold' fill='white' font-family='system-ui'>P</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%23FF6B6B' width='512' height='512'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='320' font-weight='bold' fill='white' font-family='system-ui'>P</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23FFFBF0' width='540' height='720'/><rect fill='%23FF6B6B' x='20' y='40' width='100' height='100' rx='8'/><rect fill='%234ECDC4' x='140' y='40' width='100' height='100' rx='8'/><rect fill='%23FFE66D' x='260' y='40' width='100' height='100' rx='8'/><text x='270' y='400' text-anchor='middle' font-size='48' font-weight='bold' fill='%231a1a1a'>Puzzle Quest</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Easy",
      "short_name": "Easy",
      "description": "Start a new Easy puzzle",
      "url": "/?difficulty=easy",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%234ECDC4' width='96' height='96'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='48' font-weight='bold' fill='white' font-family='system-ui'>E</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Play Hard",
      "short_name": "Hard",
      "description": "Start a new Hard puzzle",
      "url": "/?difficulty=hard",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23FF6B6B' width='96' height='96'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='48' font-weight='bold' fill='white' font-family='system-ui'>H</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
