{
  "name": "Ride Huddle - Cycling Social Hub",
  "short_name": "Ride Huddle",
  "description": "Connect, chat and manage your cycling life",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#7c3aed",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/ride-huddle-app-icon.png",
      "sizes": "1254x1254",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "social"],
  "shortcuts": [
    {
      "name": "Join a community",
      "short_name": "Community",
      "description": "Discover and join cycling communities",
      "url": "/clubs",
      "icons": [
        {
          "src": "/ride-huddle-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Garage",
      "short_name": "Garage",
      "description": "Manage your bikes and tools",
      "url": "/garage",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%237c3aed' width='96' height='96'/><path d='M 30 30 H 66 V 70 H 30 Z' fill='white' stroke='white' stroke-width='3'/><circle cx='40' cy='60' r='6' fill='%237c3aed'/><circle cx='56' cy='60' r='6' fill='%237c3aed'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
