{
  "name": "日本制覇マップ｜家族の旅記録",
  "short_name": "日本制覇",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#f5f7f6",
  "theme_color": "#0f766e",
  "lang": "ja",
  "description": "行った都道府県を塗りつぶし、訪問日と旅行メモを残せる家族向け日本地図アプリ",
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "orientation": "any",
  "categories": [
    "travel",
    "education",
    "lifestyle"
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "日本地図を開く",
      "short_name": "日本地図",
      "url": "/#mapWrap",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "訪問記録を見る",
      "short_name": "訪問記録",
      "url": "/#visitRecords",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}