{
  "name": "Guided Trail System",
  "short_name": "Guided Trail System",
  "description": "Mobile-first web application (APP) designed to guide visitors through outdoor spaces such as sculpture trails, nature walks, heritage tours, botanical gardens, or any marked route.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#2a3d1a",
  "theme_color": "#3a5a2a",
  "orientation": "any",
  "lang": "en-NZ",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "education", "lifestyle"],
  "shortcuts": [
    {
      "name": "Start Trail Tour",
      "short_name": "Start Tour",
      "url": "./?tour=start",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
