{
  "name": "ParkLink - Privacy-Focused Vehicle Parking Tags",
  "short_name": "ParkLink",
  "description": "Contact vehicle owners privately with masked calls, WhatsApp updates, and secure communication",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["utilities", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Scan QR",
      "short_name": "Scan",
      "description": "Scan a vehicle tag QR code",
      "url": "/scan",
      "icons": [{ "src": "/vite.svg", "sizes": "any" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your vehicles",
      "url": "/dashboard",
      "icons": [{ "src": "/vite.svg", "sizes": "any" }]
    }
  ]
}
