{
  "name": "Zone 3 - Business Team",
  "short_name": "Zone 3",
  "description": "Business Team Management System",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/api/pwa/icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/api/pwa/icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/api/pwa/icon?size=180",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/api/pwa/icon?size=540",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/api/pwa/icon?size=1280",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "View Opportunities",
      "short_name": "Opportunities",
      "description": "View and manage business opportunities",
      "url": "/?tab=opportunities",
      "icons": [
        {
          "src": "/api/pwa/icon?size=96",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
