{
  "name": "My Spelling Game - Free Spelling Game With Your Own Words",
  "short_name": "Spelling Game",
  "description": "Paste a weekly spelling list into a custom spelling words game with missed-word replay and shareable no-login practice links.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e3c72",
  "theme_color": "#00f5ff",
  "orientation": "landscape-primary",
  "categories": ["education", "games"],
  "lang": "en",
  "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 maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Spelling Practice",
      "short_name": "Practice",
      "description": "Paste a spelling list and start a no-login practice round.",
      "url": "/"
    }
  ]
}
