{
  "name": "注文だけ",
  "short_name": "注文だけ",
  "description": "小規模飲食店向けのQR注文システムです。",
  "start_url": "/api/beta.html",
  "scope": "/api/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f7fb",
  "theme_color": "#172b4d",
  "lang": "ja",
  "dir": "ltr",
  "icons": [
    {
      "src": "/api/icons/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/api/icons/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "注文管理",
      "short_name": "管理",
      "url": "/api/home.html",
      "icons": [{ "src": "/api/icons/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "注文確認",
      "short_name": "注文確認",
      "url": "/api/staff.html",
      "icons": [{ "src": "/api/icons/app-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
