{
  "name": "CampBound",
  "short_name": "CampBound",
  "description": "Your compass to find campsites, connect with the RV community, and track every trip.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1E3D2A",
  "theme_color": "#1E3D2A",
  "categories": ["travel", "lifestyle", "social"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Campgrounds",
      "short_name": "Explore",
      "url": "/explore",
      "description": "Find campgrounds on the map",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "My Trips",
      "short_name": "Trips",
      "url": "/trips",
      "description": "View and plan your trips",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Community Feed",
      "short_name": "Feed",
      "url": "/",
      "description": "See what the community is sharing",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
