{
  "name": "찍셈 — 영수증·정산 자동 정리",
  "short_name": "찍셈",
  "description": "영수증 사진 한 장으로 부가세까지 자동 정리되는 한국 소상공인 도구",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F6FB",
  "theme_color": "#2D5A3D",
  "lang": "ko",
  "categories": ["business", "finance", "productivity"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/pwa/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "receipts",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/webp",
            "application/pdf"
          ]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "영수증 스캔",
      "short_name": "스캔",
      "url": "/dashboard?section=receipts&capture=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "PDF 변환",
      "short_name": "PDF",
      "url": "/pdf",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
