{
  "name": "RentHub — Car Rental Marketplace",
  "short_name": "RentHub",
  "description": "Rent premium cars from trusted local hosts. Book in minutes.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "categories": ["travel", "automotive", "lifestyle"],
  "icons": [
    {
      "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse cars",
      "url": "/products",
      "description": "Search and browse available rental cars"
    },
    {
      "name": "My bookings",
      "url": "/profile/orders",
      "description": "View your rental bookings"
    }
  ]
}
