{
  "name": "Hum",
  "short_name": "Hum",
  "description": "一日1分で繋がる家族",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFF8FF",
  "theme_color": "#C080FF",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "管理画面",
      "short_name": "管理",
      "description": "修行記録を確認",
      "url": "/admin",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
