{
  "name": "Shipfy - Delivery Management Platform",
  "short_name": "Shipfy",
  "description": "Smart delivery management and tracking platform",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#06B6D4",
  "orientation": "any",
  "icons": [
    {
      "src": "/placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "en",
  "dir": "auto",
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Order",
      "url": "/orders/new",
      "description": "Create a new delivery order"
    },
    {
      "name": "Track Deliveries",
      "url": "/tracking",
      "description": "View live delivery tracking"
    }
  ]
}
