{
  "name": "PuzzleGame - Word Puzzle",
  "short_name": "PuzzleGame",
  "description": "Free Wordscapes-style word puzzle game with 99 levels, daily challenges, and cloud sync",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2b1d4a",
  "theme_color": "#667eea",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["games", "puzzle", "education"],
  "lang": "en-US",
  "dir": "ltr",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "shortcuts": [
    {
      "name": "Daily Challenge",
      "url": "/?mode=daily",
      "description": "Play today's daily puzzle",
      "icons": [{"src": "/images/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Leaderboard",
      "url": "/?screen=leaderboard",
      "description": "View global rankings",
      "icons": [{"src": "/images/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+puzzlegame",
      "url": "/handle-protocol?url=%s"
    }
  ]
}
