{
  "name": "PrimLogistics — Nigeria's Logistics Platform",
  "short_name": "PrimLogistics",
  "description": "Request deliveries, earn as a PrimAgent, and track packages across Nigeria in real time.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0438C3",
  "background_color": "#ffffff",
  "lang": "en-NG",
  "dir": "ltr",
  "categories": ["business", "productivity", "travel"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New delivery",
      "short_name": "New",
      "description": "Request a new delivery",
      "url": "/customer/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Track a package",
      "short_name": "Track",
      "description": "Track a delivery by tracking number",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "PrimAgent dashboard",
      "short_name": "Agent",
      "description": "Available jobs and earnings",
      "url": "/agent",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
