{
  "name": "bAs WebApp",
  "short_name": "bAs WebApp",
  "start_url": "/",
  "display": "fullscreen",
  "orientation": "portrait",           // 画面の向きを設定（portrait：縦向き固定）
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "bAs/img/bAs_PWA_ICON_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "bAs/img/bAs_PWA_ICON_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
