{
  "name": "SideGiggss",
  "short_name": "SideGiggss",
  "description": "Per-diem healthcare shifts: offers, schedule, hours, and payouts.",
  "id": "/worker",
  "start_url": "/worker?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#e8f0f1",
  "theme_color": "#0d7a6f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Offers",
      "url": "/worker/offers"
    },
    {
      "name": "Open shifts",
      "url": "/worker/open"
    },
    {
      "name": "My shifts",
      "url": "/worker/shifts"
    }
  ],
  "categories": [
    "medical",
    "business",
    "productivity"
  ]
}
