{
  "name": "Switch – Part-time Jobs & Earnings",
  "short_name": "Switch",
  "description": "Find verified part-time shifts near you. Work 4–8 hours. Get paid daily.",
  "start_url": "/",
  "id": "/switch-app",
  "display": "standalone",
  "background_color": "#0b0b18",
  "theme_color": "#0b0b18",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-IN",
  "categories": ["business", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Jobs",
      "short_name": "Jobs",
      "description": "Browse available shifts near you",
      "url": "/worker/jobs",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Earnings",
      "short_name": "Earnings",
      "description": "View your earnings and shift history",
      "url": "/worker/earnings",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/employer.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}
