{
  "name": "ParkPlz — Smart Global Parking Directory",
  "short_name": "ParkPlz",
  "description": "Locate verified public, commercial, and private parking lots instantly. Check rates and vehicle compatibility worldwide.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#070d18",
  "theme_color": "#0f172a",
  "categories": ["navigation", "travel", "utilities"],
  "icons": [
    {
      "src": "/static/brand/parkplz-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/brand/parkplz-icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/static/brand/parkplz-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Nearby Parking",
      "short_name": "Nearby",
      "url": "/#nearby",
      "icons": [{ "src": "/static/brand/parkplz-icon-180.png", "sizes": "180x180" }]
    },
    {
      "name": "Lot Owners Portal",
      "short_name": "Owners",
      "url": "/#owner",
      "icons": [{ "src": "/static/brand/parkplz-icon-180.png", "sizes": "180x180" }]
    }
  ]
}

