{
  "id": "./index.html",
  "name": "伊勢125プロジェクト",
  "short_name": "Ise125",
  "description": "伊勢神宮125社を巡るGPS連動型オンラインプロジェクト",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#2c2f33",
  "theme_color": "#0a1910",
  "icons": [
    {
      "src": "./images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PC版 ホーム画面"
    },
    {
      "src": "./images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "モバイル版 ホーム画面"
    }
  ]
}