{
  "name": "SermonSage — AI 설교 도구",
  "short_name": "SermonSage",
  "description": "1,500권 분량 신학 데이터 기반 AI 설교 작성 · 4개 샘플 동시 생성 · 다국어 지원",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1E3A5F",
  "background_color": "#ffffff",
  "lang": "ko",
  "dir": "ltr",
  "scope": "/",
  "categories": ["productivity", "education", "books"],
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "새 설교",
      "short_name": "새 설교",
      "description": "본문을 입력하고 AI 설교 시작",
      "url": "/sermon/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "7일 묵상",
      "short_name": "묵상",
      "description": "7일 동행 묵상 시작",
      "url": "/journey",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "긴급 예식",
      "short_name": "긴급",
      "description": "장례·결혼 즉시 설교",
      "url": "/emergency",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
