{
  "name": "ORCALINK 業務発注システム",
  "short_name": "ORCALINK",
  "description": "オルカフーズの業務発注・管理ポータル",
  "start_url": "/order",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F6FA",
  "theme_color": "#0D2B6B",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "新規発注", "url": "/order", "icons": [{ "src": "/icon.svg", "sizes": "any" }] },
    { "name": "注文履歴", "url": "/order/history", "icons": [{ "src": "/icon.svg", "sizes": "any" }] },
    { "name": "チャット", "url": "/order/chat", "icons": [{ "src": "/icon.svg", "sizes": "any" }] }
  ]
}
