{
  "name": "RealWorld Outdoors",
  "short_name": "RealWorld",
  "description": "Real adventures shared by real people — then go do them. Save guides and routes for offline use in the field.",
  "start_url": "/feed?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E241E",
  "theme_color": "#0E241E",
  "categories": ["lifestyle", "sports", "travel", "social"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Explore", "short_name": "Explore", "url": "/explore?source=pwa", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Post an adventure", "short_name": "Post", "url": "/create?source=pwa", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
