{
  "name": "Camping Australia - Campsite Explorer",
  "short_name": "Camping AU",
  "description": "Find the perfect campsite for your next Australian adventure",
  "start_url": "/apps/campsite-explorer/",
  "display": "standalone",
  "background_color": "#f3f0ee",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/apps/campsite-explorer/",
  "lang": "en-AU",
  "dir": "ltr",
  "categories": ["travel", "lifestyle", "navigation"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon-120x120.png",
      "sizes": "120x120",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Campsites",
      "short_name": "Search",
      "description": "Search for campsites near you",
      "url": "/apps/campsite-explorer/results?location=Australia",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Free Camping",
      "short_name": "Free",
      "description": "Find free camping spots",
      "url": "/apps/campsite-explorer/results?features=Free%20Overnight%20Camp",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Explore Regions",
      "short_name": "Regions",
      "description": "Browse camping regions",
      "url": "/apps/campsite-explorer/regions",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "capture_links": "existing-client-navigate"
}