{
  "name": "TailwindCourier PWA - Professional Delivery Management",
  "short_name": "TailwindCourier",
  "description": "Professional courier and delivery management system with real-time tracking, POD photo capture, and automated notifications",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#87CEEB",
  "theme_color": "#87CEEB",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/images/tailwindsplash.PNG",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/tailwindsplash.PNG",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/tailwindsplash.PNG",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "TailwindCourier Driver Interface"
    }
  ],
  "categories": ["business", "productivity", "utilities", "logistics"],
  "shortcuts": [
    {
      "name": "Driver Jobs",
      "short_name": "Jobs",
      "url": "/driver",
      "description": "View assigned delivery jobs",
      "icons": [
        {
          "src": "/images/tailwindsplash.PNG",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Admin Dashboard",
      "short_name": "Admin",
      "url": "/admin",
      "description": "Manage jobs and operations",
      "icons": [
        {
          "src": "/images/tailwindsplash.PNG",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "iarc_rating_id": "",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"]
}
