{
  "name": "PetCam - 반려견·아기 모니터",
  "short_name": "PetCam",
  "description": "스마트폰을 CCTV로 — 반려견과 아기를 어디서나 실시간으로 지켜보세요",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "lang": "ko",
  "categories": ["lifestyle", "utilities"],
  "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": "카메라",
      "description": "이 기기를 카메라로 사용",
      "url": "./camera.html"
    },
    {
      "name": "시청 모드",
      "short_name": "시청",
      "description": "다른 기기 화면 보기",
      "url": "./viewer.html"
    }
  ]
}
