{
  "name": "가공유통 플랫폼",
  "short_name": "가공유통",
  "description": "부분육 가공장 통합 관리 — 입고/가공/HACCP/출고/정산/온도관제/저울 자동측정",
  "lang": "ko",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f3eee3",
  "theme_color": "#2a6e3f",
  "icons": [
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity", "food"],
  "shortcuts": [
    {
      "name": "입고 등록",
      "short_name": "입고",
      "description": "도체 원물 등록",
      "url": "./?tab=receipts",
      "icons": [{ "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "온도 관제",
      "short_name": "온도",
      "description": "실시간 냉장/냉동 모니터링",
      "url": "./?tab=haccp&sub=haccp_temp_control",
      "icons": [{ "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "출고 목록",
      "short_name": "출고",
      "description": "거래명세서 및 매출",
      "url": "./?tab=shipment&sub=shipment_list",
      "icons": [{ "src": "./icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
