{
  "name": "AZPLACE",
  "short_name": "AZPLACE",
  "description": "Azgate株式会社専用の社内ポータルです。",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display_override": ["standalone", "minimal-ui"],
  "display": "standalone",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "orientation": "portrait",
  "background_color": "#f7fbfd",
  "theme_color": "#005bac",
  "categories": ["business", "productivity"],
  "lang": "ja-JP",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "カレンダー",
      "short_name": "予定",
      "url": "/calendar",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "車両運用",
      "short_name": "車両",
      "url": "/resources/vehicles",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "車両QR読取",
      "short_name": "QR読取",
      "url": "/resources/vehicles/scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "通知",
      "short_name": "通知",
      "url": "/notifications",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
