{
  "name": "Safe Air Cargo",
  "short_name": "SAC Cargo",
  "description": "Safe Air Cargo - Client Portal, Driver App & Staff Portal",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f26522",
  "theme_color": "#f26522",
  "orientation": "portrait",
  "icons": [
    { "src": "assets/logo.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["logistics", "business", "productivity"],
  "shortcuts": [
    { "name": "Track Shipment", "url": "./client/tracking.html", "description": "Track your shipment" },
    { "name": "Driver GPS", "url": "./driver/gps.html", "description": "Start GPS tracking" },
    { "name": "New LR", "url": "./staff/new-shipment.html", "description": "Add new shipment request from call" }
  ]
}
