{
  "id": "/",
  "name": "Roam Swarm",
  "short_name": "Roam",
  "description": "Cities alive through stories. Explore with AI-powered audio experiences.",
  "lang": "en",
  "theme_color": "#0A0A0F",
  "background_color": "#0A0A0F",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/?source=pwa",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Map",
      "short_name": "Map",
      "description": "Open the Cannes POI map",
      "url": "/map?source=shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View points, badges, and owned POIs",
      "url": "/profile?source=shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Contribute",
      "short_name": "Contribute",
      "description": "Submit a new point of interest",
      "url": "/contribute?source=shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["travel", "lifestyle", "entertainment"],
  "prefer_related_applications": false
}
