{
  "short_name": "NovaFleet Business",
  "name": "NovaFleet Business - Fleet Management for Partners",
  "description": "NovaFleet Business is Kenya's all-in-one vehicle and driver management platform for partners. Hire drivers, manage vehicle records, and more.",
  "icons": [
    {
      "src": "novaFleetLogo.png",
      "type": "image/png",
      "sizes": "192x192 512x512",
      "purpose": "any maskable"
    },
    {
      "src": "novaFleetLogo.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "novaFleetLogo.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1E3A8A",
  "background_color": "#ffffff",
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your fleet dashboard",
      "url": "/partnerdashboard",
      "icons": [{ "src": "novaFleetLogo.png", "sizes": "192x192" }]
    },
    {
      "name": "Post Job",
      "short_name": "Post Job",
      "description": "Post a new job listing",
      "url": "/partnerdashboard",
      "icons": [{ "src": "novaFleetLogo.png", "sizes": "192x192" }]
    },
    {
      "name": "My Vehicles",
      "short_name": "Vehicles",
      "description": "Manage your vehicles",
      "url": "/partnerdashboard?section=myVehicles",
      "icons": [{ "src": "novaFleetLogo.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}
