{
  "name": "Swaly Delivery System",
  "short_name": "Swaly",
  "description": "Complete logistics and fleet management solution",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon_(1).png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo_(1).png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "logistics"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Delivery",
      "short_name": "New",
      "description": "Create a new delivery",
      "url": "/?action=new-delivery",
      "icons": [
        {
          "src": "/favicon_(1).png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Track Delivery",
      "short_name": "Track",
      "description": "Track your delivery",
      "url": "/?action=tracking",
      "icons": [
        {
          "src": "/favicon_(1).png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
