{
  "name": "位置スタンプラリー",
  "short_name": "スタンプラリー",
  "description": "GPSを利用した広域スタンプラリーアプリ",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fff5ed",
  "theme_color": "#f43f5e",
  "icons": [
    {
      "src": "./icon/sanposyou.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon/sanpo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}