{
  "name": "Demovance — Demo Ride Manager",
  "short_name": "Demovance",
  "description": "Demo & test-ride management, made easy",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0071b9",
  "orientation": "any",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "categories": ["sports", "business"],
  "shortcuts": [
    { "name": "Check-In", "url": "/checkin", "description": "Check in a rider" },
    { "name": "Check-Out", "url": "/checkout", "description": "Check out a bike" }
  ]
}
