{
  "version": "20260606",
  "manifest_version": 2,
  "name": "JLPT Flashcards",
  "short_name": "JLPT Cards",
  "description": "Flashcards for studying JLPT Kanji, Grammar, and Vocab",
  "start_url": "/jlpt-study/",
  "display": "standalone",
  "background_color": "#f0f0f0",
  "theme_color": "#f0f0f0",
  "icons": [
    {
      "src": "icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}

