{
  "name": "Bluekick Forensics",
  "short_name": "Bluekick",
  "description": "Digital forensic evidence capture, hash verification, and complaint PDF generation.",
  "start_url": "/mobile",
  "scope": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#020617",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/store_icon_128.png",
      "sizes": "128x128",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "모바일 증거 업로드",
      "short_name": "모바일 채증",
      "description": "휴대폰 스크린샷을 Bluekick 증거 기록으로 정리합니다.",
      "url": "/mobile",
      "icons": [{ "src": "/store_icon_128.png", "sizes": "128x128", "type": "image/png" }]
    },
    {
      "name": "증거 검증",
      "short_name": "검증",
      "description": "SHA-256 해시로 원본 이미지 무결성을 확인합니다.",
      "url": "/verify",
      "icons": [{ "src": "/store_icon_128.png", "sizes": "128x128", "type": "image/png" }]
    },
    {
      "name": "로컬 보관함",
      "short_name": "보관함",
      "description": "이 브라우저에 저장한 증거 기록을 확인합니다.",
      "url": "/vault",
      "icons": [{ "src": "/store_icon_128.png", "sizes": "128x128", "type": "image/png" }]
    }
  ]
}
