{
  "id": "/?source=pwa",
  "name": "Luxica — Word Club",
  "short_name": "Luxica",
  "description": "The premium word club — daily puzzles, a 100-level gauntlet, crosswords, sudoku, word search, memory match, online races, ranks and prestige.",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0e1013",
  "theme_color": "#0e1013",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment", "word"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [
    { "src": "screenshot-mobile.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Play daily word puzzles" },
    { "src": "screenshot-wide.png", "sizes": "1920x1080", "type": "image/png", "form_factor": "wide", "label": "14 word games in one app" }
  ],
  "shortcuts": [
    { "name": "Daily Puzzle", "short_name": "Daily", "description": "Play today's word puzzle", "url": "./index.html?source=pwa&go=daily" },
    { "name": "Unlimited Play", "short_name": "Unlimited", "description": "Endless word puzzles", "url": "./index.html?source=pwa&go=unlimited" },
    { "name": "Browse Games", "short_name": "Games", "description": "All 14 games", "url": "./index.html?source=pwa&go=games" }
  ]
}
