{
  "id": "./",
  "name": "伊豆半島 岸釣りMAP",
  "short_name": "伊豆釣MAP",
  "description": "ピン吹き出しを高コントラスト化した伊豆半島岸釣りPWA",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#08111e",
  "theme_color": "#08111e",
  "categories": [
    "navigation",
    "utilities",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "現在地から探す",
      "short_name": "近い順",
      "url": "./index.html?near=1",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "釣行記録",
      "short_name": "記録",
      "url": "./index.html?tab=log",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "釣れた場所ランキング",
      "short_name": "ランキング",
      "url": "./index.html?tab=rank",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}