﻿{
  "name": "AfternppTeaTourアプリ",
  "short_name": "stamprallyApp",
  "description": "AfternppTeaTour/アプリ",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f5ebe0",
  "theme_color": "#d4a373",
  "icons": [
    {
      "src": "icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}