{
  "name": "世田谷ごみ分別クエスト v0.37",
  "short_name": "ごみクエスト",
  "start_url": "./index.html?v=037",
  "scope": "./",
  "display": "standalone",
  "background_color": "#dff8ff",
  "theme_color": "#5DD6FF",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}