{
  "id": "https://www.easehlp.com/provider",
  "name": "EaseHlp — Provider Portal",
  "short_name": "EaseHlp Pro",
  "description": "Manage your bookings, view assignments, and track earnings as an EaseHlp service provider.",
  "start_url": "/provider/login?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "orientation": "portrait",
  "scope": "/provider/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View assigned bookings",
      "url": "/provider/bookings"
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View and edit your profile",
      "url": "/provider/profile"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
