{
  "name": "모두의 스피치",
  "short_name": "모두의스피치",
  "description": "모든 스피치의 고민을 하나로 · AI 퍼스널 스피치 코치",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FBF6F3",
  "theme_color": "#FEFBF9",
  "lang": "ko",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "오늘의 훈련",
      "short_name": "훈련",
      "description": "오늘 미션의 다음 훈련을 바로 시작합니다",
      "url": "/record",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "챌린지",
      "short_name": "챌린지",
      "description": "무료 챌린지에 도전합니다",
      "url": "/challenge",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
