{
  "name": "투어 추가 지출 계산서",
  "short_name": "추가지출계산서",
  "description": "투어 손님 추가 지출 내역을 작성·저장·계산하고 PDF/이미지로 내보내는 계산서 앱",
  "start_url": "./tour_additional_expense_bill.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a5f7a",
  "theme_color": "#1a5f7a",
  "lang": "ko",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
