{
  "id": "/",
  "name": "QRec 勤怠打刻",
  "short_name": "QRec",
  "description": "動的QRの2回スキャンで打刻する勤怠管理アプリ",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#10221c",
  "theme_color": "#10221c",
  "lang": "ja",
  "dir": "ltr",
  "orientation": "portrait",
  "launch_handler": { "client_mode": "navigate-existing" },
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://kinmu.trailernchu.co.jp/manifest.json"
    }
  ],
  "icons": [
    { "src": "img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "img/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
