{
  "name": "Performance Car Exclusive",
  "short_name": "PCE",
  "description": "Performance Car Exclusive - UK Premium Car Club",
  "theme_color": "#FFD700",
  "background_color": "#000000",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["lifestyle", "automotive"],
  "shortcuts": [
    {
      "name": "My Events",
      "url": "/members/my-events",
      "description": "View your upcoming events"
    },
    {
      "name": "My Vehicles",
      "url": "/members/my-vehicles",
      "description": "Manage your vehicles"
    }
  ]
}
