{
  "name": "에릭쌤 영어 단어장",
  "short_name": "에릭쌤 단어장",
  "description": "학교별 단어장, 학습 진도, 퀴즈를 한곳에서 관리하는 영어 학습 앱",
  "lang": "ko-KR",
  "id": "/voca/",
  "start_url": "/voca/?source=pwa",
  "scope": "/voca/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "background_color": "#f7f7ff",
  "theme_color": "#4f46e5",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "단어 학습", "short_name": "학습", "url": "/voca/" },
    { "name": "퀴즈 시작", "short_name": "퀴즈", "url": "/voca/?action=quiz" }
  ]
}
