{
  "name": "Waterberg Explore",
  "short_name": "Waterberg",
  "description": "Explore the Waterberg Biosphere. Discover accommodation, restaurants, attractions, events, specials and local businesses.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3a6b5e",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["travel", "tourism"],
  "shortcuts": [
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Explore places in Waterberg",
      "url": "/explore",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "View interactive map",
      "url": "/map",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}