{
  "id": "camp-campaign",
  "name": "CAMP Campaign",
  "short_name": "CAMP Campaign",
  "description": "The world is your gym. Discover outdoor workout locations, join a global fitness community, and turn parks, trails, and stairs into your training ground.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0a0a0a",
  "background_color": "#0a0a0a",
  "categories": ["health", "fitness", "sports", "social"],
  "lang": "en",
  "dir": "ltr",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "prefer_related_applications": false,
  "related_applications": [
    { "platform": "play", "id": "<ANDROID_PLAY_STORE_ID>" },
    { "platform": "itunes", "id": "<IOS_APP_STORE_ID>" }
  ],
  "iarc_rating_id": "00000000-0000-0000-0000-000000000000",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Find Locations",
      "short_name": "Locations",
      "description": "Discover outdoor workout spots near you",
      "url": "/find-locations",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "Browse upcoming community fitness events",
      "url": "/events",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Challenges",
      "short_name": "Challenges",
      "description": "Join active fitness challenges",
      "url": "/challenges",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1517649763962-0c623066013b?auto=format&fit=crop&w=1280&h=720&fm=jpg&q=80",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Discover outdoor workout spots near you"
    },
    {
      "src": "https://images.unsplash.com/photo-1517649763962-0c623066013b?auto=format&fit=crop&w=1080&h=1920&fm=jpg&q=80",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Join the global fitness community"
    }
  ]
}
