{
  "name": "YatoGaku Quiz Practice",
  "short_name": "YatoGaku Quiz",
  "description": "Interactive quiz app for learning Japanese JLPT vocabulary, grammar, Hiragana, Katakana, and Chinese HSK vocabulary",
  "start_url": "/YatoGaku/apps/quiz/",
  "display": "standalone",
  "background_color": "#f4f4f8",
  "theme_color": "#8b4fe6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Lessons",
      "short_name": "Lessons",
      "description": "Browse JLPT lessons",
      "url": "/YatoGaku/apps/quiz/",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Grammar",
      "short_name": "Grammar",
      "description": "Grammar reference",
      "url": "/YatoGaku/apps/quiz/grammar-reference",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Alphabet",
      "short_name": "Alphabet",
      "description": "Hiragana & Katakana",
      "url": "/YatoGaku/apps/quiz/alphabet",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "HSK",
      "short_name": "HSK",
      "description": "Chinese vocabulary",
      "url": "/YatoGaku/apps/quiz/hsk",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
