{
  "name": "Lift It - Goods Carrying Service",
  "short_name": "Lift It",
  "description": "Book delivery for construction materials & trade goods",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0B1020",
  "theme_color": "#0F1A3D",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230F1A3D' width='192' height='192'/><text x='50%' y='50%' font-size='120' font-weight='bold' fill='%23D9B463' text-anchor='middle' dominant-baseline='central'>🚚</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230F1A3D' width='512' height='512'/><text x='50%' y='50%' font-size='320' font-weight='bold' fill='%23D9B463' text-anchor='middle' dominant-baseline='central'>🚚</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["logistics", "business"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230B1020' width='540' height='720'/><text x='270' y='360' font-size='60' fill='%23D9B463' text-anchor='middle'>Lift It Booking</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Delivery",
      "short_name": "Book",
      "description": "Quick access to booking form",
      "url": "/book.html",
      "icons": [{
        "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23D9B463' width='96' height='96'/><text x='48' y='48' font-size='60' text-anchor='middle' dominant-baseline='central'>📦</text></svg>",
        "sizes": "96x96",
        "type": "image/svg+xml"
      }]
    },
    {
      "name": "Track Delivery",
      "short_name": "Track",
      "description": "View active deliveries",
      "url": "/book.html#track",
      "icons": [{
        "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%23D9B463' width='96' height='96'/><text x='48' y='48' font-size='60' text-anchor='middle' dominant-baseline='central'>📍</text></svg>",
        "sizes": "96x96",
        "type": "image/svg+xml"
      }]
    }
  ],
  "share_target": {
    "action": "/book.html",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "location",
      "text": "location",
      "url": "location"
    }
  }
}
