{
  "name": "Switch",
  "short_name": "Switch",
  "description": "Switch — post jobs and hire verified part-time workers",
  "start_url": "/employer?source=pwa",
  "id": "/employer",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/employer",
  "lang": "en-IN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"      },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"      },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Post a Job",
      "short_name": "Post",
      "url": "/employer/post-job",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Workers",
      "short_name": "Workers",
      "url": "/employer/workers",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
