{
  "name": "Stolos360 - Fleet Manager",
  "short_name": "Stolos360",
  "description": "Complete fleet management solution for tourism businesses - manage bookings, drivers, vehicles, and operations in one platform.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "travel"],
  "shortcuts": [
    {
      "name": "Bookings",
      "short_name": "Bookings",
      "description": "View and manage bookings",
      "url": "/bookings",
      "icons": [{ "src": "/favicon.ico", "sizes": "96x96" }]
    },
    {
      "name": "Dispatch",
      "short_name": "Dispatch",
      "description": "Dispatch timeline view",
      "url": "/dispatch",
      "icons": [{ "src": "/favicon.ico", "sizes": "96x96" }]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}
