{
  "name": "ShiftTrust",
  "short_name": "ShiftTrust",
  "description": "Hospitality shift marketplace — Perth WA",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f1e",
  "theme_color": "#0a0f1e",
  "orientation": "portrait",
  "lang": "en-AU",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Browse Shifts",
      "url": "/worker/shifts",
      "description": "Find available shifts near you"
    },
    {
      "name": "Post a Shift",
      "url": "/employer/post-shift",
      "description": "Post a new shift for your venue"
    }
  ]
}
