{
  "short_name": "Cleanup",
  "name": "Orbyt Scheduling",
  "description": "Weekend cleaning duty roster for Rafiki Restaurant & Lounge",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#D4AF37",
  "background_color": "#050505",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New Schedule",
      "short_name": "Schedule",
      "description": "Create a new weekend schedule",
      "url": "/setup",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
