{
  "name": "今ココ避難ナビ｜Chubu Mini 3D",
  "short_name": "今ココ避難ナビ",
  "description": "現在地，避難先，警報，ライブカメラを確認する市民向けAI防災デジタルツイン試作です．",
  "lang": "ja",
  "dir": "ltr",
  "id": "./bosai-pwa",
  "start_url": "./bosai.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#061018",
  "theme_color": "#005BAC",
  "categories": ["navigation", "utilities", "education"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "避難マップを開く",
      "short_name": "避難マップ",
      "url": "./bosai.html?source=pwa&view=map",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
