{
  "name": "Laura & Ian \u2022 15th Anniversary Trail",
  "short_name": "Anniversary Trail",
  "description": "Offline-first road trip guide & expedition passport across the Blue Ridge Mountains.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#182218",
  "theme_color": "#182218",
  "icons": [
    {
      "src": "./assets/img/apple-house.jpg",
      "sizes": "192x192 512x512",
      "type": "image/jpeg"
    }
  ],
  "shortcuts": [
    {
      "name": "Jump to Live Stop",
      "short_name": "Live Stop",
      "description": "Navigate directly to the active trail milestone",
      "url": "./index.html#live-stop",
      "icons": [
        {
          "src": "./assets/img/apple-house.jpg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Audio Guides & Narration",
      "short_name": "Audio Guides",
      "description": "Listen to location-aware audio narration exhibits",
      "url": "./index.html#audio-deck",
      "icons": [
        {
          "src": "./assets/img/apple-house.jpg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Trail Passport & Visas",
      "short_name": "Passport",
      "description": "View collectible woodblock stamps and visas",
      "url": "./index.html#passport-book",
      "icons": [
        {
          "src": "./assets/img/apple-house.jpg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}