{
  "name": "無人航空機 飛行日誌（Trial版）",
  "short_name": "飛行日誌Trial",
  "description": "航空法 飛行日誌取扱要領（様式1〜3）対応の記録アプリ Trial版（機体1台・操縦者1人・ログイン/同期なし）",
  "lang": "ja",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f2f4f7",
  "theme_color": "#0b6e99",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "新規 飛行記録", "short_name": "飛行記録", "url": "./index.html?new=flight" },
    { "name": "新規 日常点検", "short_name": "日常点検", "url": "./index.html?new=daily" },
    { "name": "新規 点検整備", "short_name": "点検整備", "url": "./index.html?new=maint" }
  ]
}
