{
  "name": "RideNOW - White-Label Rideshare Platform",
  "short_name": "RideNOW",
  "description": "Launch your own branded rideshare business with RideNOW. Complete white-label platform with mobile apps, admin dashboard, and real-time dispatch.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity", "transportation"],
  "shortcuts": [
    {
      "name": "Book a Ride",
      "short_name": "Book",
      "description": "Open the ride booking portal",
      "url": "/book",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Business Signup",
      "short_name": "Signup",
      "description": "Start your rideshare business",
      "url": "/business-signup",
      "icons": [{ "src": "/favicon.svg", "sizes": "96x96" }]
    }
  ]
}
