{
  "name": "CarPal UK - Vehicle Community & Safety",
  "short_name": "CarPal UK",
  "description": "Connect with your local community, message vehicle owners, and get help with vehicle issues.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1d4ed8",
  "orientation": "portrait-primary",
  "categories": ["automotive", "social", "utilities"],
  "lang": "en-GB",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/app-icon.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Vehicle",
      "short_name": "Scan",
      "description": "Quickly scan a vehicle registration",
      "url": "/scanner",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Messages", 
      "description": "View your messages",
      "url": "/messages",
      "icons": [
        {
          "src": "/pwa-192x192.png", 
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://carpal.uk/"
    }
  ],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/lovable-uploads/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}