{
  "name": "도핑 뉴스 모니터링",
  "short_name": "도핑뉴스",
  "description": "KADA·WADA 스포츠 도핑 관련 뉴스를 매일 자동 수집하는 모니터링 앱",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "landscape",
  "background_color": "#1e3a8a",
  "theme_color": "#1e40af",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["news", "sports"],
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "도핑 뉴스 모니터링 메인 화면"
    }
  ],
  "shortcuts": [
    {
      "name": "지금 수집하기",
      "short_name": "수집",
      "description": "최신 도핑 뉴스 즉시 수집",
      "url": "./index.html?action=fetch",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
