{
  "name": "Gratiq - AI Receipt Tip Calculator",
  "short_name": "Gratiq",
  "description": "사진 한 장으로 팁을 계산하세요. AI가 영수증을 스캔하여 자동으로 금액을 인식합니다.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "scope": "/",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["finance", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "스캔하기",
      "short_name": "Scan",
      "description": "영수증 스캔 시작",
      "url": "/?action=scan",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "히스토리",
      "short_name": "History",
      "description": "저장된 팁 기록 보기",
      "url": "/?action=history",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
