{
  "name": "Korean Vocabulary",
  "short_name": "한국어",
  "description": "Arcade-style Korean vocabulary learning PWA with falling word blocks and flashcard review.",
  "start_url": "./index.html",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#ff2d78",
  "background_color": "#0a0a14",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "games"],
  "icons": [
    {
      "src": "./assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
