{
  "name": "RideOwn",
  "short_name": "RideOwn",
  "description": "Your driver, your rules. Book direct and keep more of your money.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf6eb",
  "theme_color": "#7a6235",
  "categories": ["travel", "transportation", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Ride",
      "short_name": "New Ride",
      "description": "Log a new ride",
      "url": "/rides?action=new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Earnings",
      "short_name": "Earnings",
      "description": "View your earnings",
      "url": "/earnings",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
