{
  "id": "/",
  "name": "SupplyX 軽貨物配送・配車",
  "short_name": "SupplyX",
  "description": "軽バンチャーター便の配車依頼・配送状況の確認ができる、合同会社グローバルサプライの配車アプリです。",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "lang": "ja",
  "dir": "ltr",
  "background_color": "#f7f4fa",
  "theme_color": "#1a1030",
  "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-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "配車を依頼する",
      "short_name": "依頼",
      "url": "/order/?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "配送状況を確認する",
      "short_name": "追跡",
      "url": "/track/?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
