{
  "name": "Learn Korean",
  "short_name": "한국어",
  "description": "Hangul, vocabulary, lessons, speaking practice — learn Korean offline.",
  "start_url": "./index.html",
  "scope": "./",
  "id": "/korean-app/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#4f46e5",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Take a lesson",
      "short_name": "Lessons",
      "description": "Open the structured lessons",
      "url": "./index.html#lessons",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "Daily review",
      "short_name": "Review",
      "description": "Run a focused 10-card review session",
      "url": "./index.html#review",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "Speed quiz",
      "short_name": "Quiz",
      "description": "60-second rapid-fire quiz",
      "url": "./index.html#quiz",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "Speaking practice",
      "short_name": "Speak",
      "description": "Practice pronunciation with the mic",
      "url": "./index.html#speak",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ],
  "prefer_related_applications": false
}
