{
  "name": "Hogwarts Walking Tour",
  "short_name": "HP Walking Tour",
  "description": "A listening-first audio walking tour of Hogwarts.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f3e6",
  "theme_color": "#6b4f1f",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}