{
  "name": "ItoRI — 院内CRM",
  "short_name": "ItoRI",
  "description": "院内患者管理・予約・LINE通知システム",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "ja",
  "icons": [
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "予約一覧",
      "short_name": "予約",
      "url": "/appointments",
      "icons": [
        {
          "src": "/icons/icon-512x512.png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "患者一覧",
      "short_name": "患者",
      "url": "/crm",
      "icons": [
        {
          "src": "/icons/icon-512x512.png",
          "sizes": "512x512"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}