{
  "name": "乗務日誌 - タクシー乗務管理",
  "short_name": "乗務日誌",
  "description": "多摩地区夜間タクシー乗務員専用の乗務管理アプリ",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f0f4f8",
  "theme_color": "#1e3a5f",
  "orientation": "any",
  "lang": "ja",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "記録する",
      "url": "./index.html#rec",
      "description": "乗務記録を入力"
    },
    {
      "name": "乗降記録",
      "url": "./index.html#ride",
      "description": "乗降記録を追加"
    }
  ]
}
