{
  "name": "Sea Hawk Courier & Cargo",
  "short_name": "Sea Hawk",
  "description": "Manage shipments, track parcels and schedule pickups",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0b1f3a",
  "theme_color": "#0b1f3a",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "New Shipment",    "url": "/app/entry",    "description": "Create a new shipment entry" },
    { "name": "Track Shipment",  "url": "/app/track",    "description": "Track a shipment by AWB"    },
    { "name": "Dashboard",       "url": "/app",          "description": "Open the dashboard"         }
  ],
  "categories": ["logistics", "business", "productivity"]
}
