{
  "name": "Lexi-Lock",
  "short_name": "LexiLock",
  "description": "A retro-styled word puzzle game with a strict timer and offline-ready dictionary.",
  "start_url": "/play/lexi-lock",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "/play/icons/lexi-lock-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/play/icons/lexi-lock-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/play/icons/lexi-lock.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}