{
  "name": "South Florida Car Finder",
  "short_name": "SFCF",
  "description": "Find rental-ready vehicles for Uber, Lyft, delivery and personal use from South Florida fleets and owners.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0b3a4a",
  "categories": ["travel", "business", "productivity"],
  "icons": [
    { "src": "/icon-192.png?v=2", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png?v=2", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png?v=2", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Search vehicles", "url": "/search" },
    { "name": "Driver Toolkit", "url": "/toolkit" },
    { "name": "Alert Me", "url": "/alert-me" }
  ]
}
