{
  "$schema": "https://json.schemastore.org/web-manifest-asset",
  "id": "/manifest.json",
  "name": "Kaamwala Provider",
  "short_name": "Provider",
  "description": "Manage your jobs, listings, and earnings on Kaamwala.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#1565C0",
  "dir": "ltr",
  "lang": "en-IN",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/brand/logo-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon?size=384",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/brand/screenshots/narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Earnings dashboard on mobile",
      "form_factor": "narrow"
    },
    {
      "src": "/brand/screenshots/wide.png",
      "sizes": "1194x834",
      "type": "image/png",
      "label": "Earnings dashboard on tablet",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "My Jobs",
      "short_name": "Jobs",
      "description": "View and manage your job bookings",
      "url": "/jobs",
      "icons": [{ "src": "/icon?size=192", "sizes": "192x192" }]
    },
    {
      "name": "Listings",
      "short_name": "Listings",
      "description": "Manage your services and rentals",
      "url": "/items",
      "icons": [{ "src": "/icon?size=192", "sizes": "192x192" }]
    },
    {
      "name": "Earnings",
      "short_name": "Earnings",
      "description": "View your earnings and payout history",
      "url": "/earnings",
      "icons": [{ "src": "/icon?size=192", "sizes": "192x192" }]
    }
  ]
}
