{
  "id": "/index.html",
  "name": "숲길동무 ForestMate — AI 산행 안전",
  "short_name": "숲길동무",
  "description": "산림 공공데이터·AI 기반 산행 안전 동반자 — 산행지수·맞춤 코스·위험 경고·AI 조난 감지·원터치 SOS",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "ko",
  "background_color": "#F4F7F2",
  "theme_color": "#1B4332",
  "categories": ["health", "navigation", "travel", "sports"],
  "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "screens/home.png", "sizes": "860x1864", "type": "image/png", "form_factor": "narrow", "label": "오늘의 산행지수" },
    { "src": "screens/trail.png", "sizes": "860x1864", "type": "image/png", "form_factor": "narrow", "label": "코스 상세 — 고도·위험 구간" },
    { "src": "screens/ai.png", "sizes": "860x1864", "type": "image/png", "form_factor": "narrow", "label": "AI 숲이 — 식물 식별" },
    { "src": "screens/sos.png", "sizes": "860x1864", "type": "image/png", "form_factor": "narrow", "label": "원터치 SOS" },
    { "src": "screens/dashboard.png", "sizes": "3000x1960", "type": "image/png", "form_factor": "wide", "label": "B2G 관제 대시보드" }
  ],
  "shortcuts": [
    {
      "name": "오늘의 산행지수",
      "short_name": "산행지수",
      "url": "./index.html?t=home",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI 숲이에게 묻기",
      "short_name": "AI 숲이",
      "url": "./index.html?t=ai",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "원터치 SOS",
      "short_name": "SOS",
      "url": "./index.html?t=trail",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
