{
  "name": "ShedBid — Sell & Deliver",
  "short_name": "ShedBid",
  "description": "Post buildings with your camera and bid on deliveries — the ShedBid app for dealers and drivers.",
  "start_url": "/login.php?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0654ba",
  "categories": ["business", "productivity", "shopping"],
  "icons": [
    { "src": "/app-icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app-icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app-icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/app-icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Post a Building",
      "short_name": "Post",
      "description": "Photograph and list a shed from your lot",
      "url": "/vendor-dashboard.php?src=pwa&post=1",
      "icons": [{ "src": "/app-icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Delivery Jobs",
      "short_name": "Jobs",
      "description": "Bid on delivery jobs",
      "url": "/driverportal/jobs.php?src=pwa",
      "icons": [{ "src": "/app-icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
