{
  "name": "Parkzone - Instant Parking & EV Charging",
  "short_name": "Parkzone",
  "description": "Find parking and EV charging spots instantly in Bangalore. Rent your space and earn.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F5F6FA",
  "theme_color": "#00B894",
  "categories": ["lifestyle", "navigation", "utilities"],
  "screenshots": [],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Parking",
      "short_name": "Park",
      "description": "Find nearby parking spots",
      "url": "/?find=parking",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your spaces and bookings",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
