{
  "id": "/mobile?source=pwa",
  "name": "Elev8 Mobile",
  "short_name": "Elev8",
  "description": "Mobile-first operating workspace for Elev8 recruiters, clients, executives, academy users, AI, communications, and intelligence.",
  "start_url": "/mobile",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#0B0B0D",
  "theme_color": "#0B0B0D",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Recruiter",
      "short_name": "Recruiter",
      "description": "Open the recruiter mobile workspace.",
      "url": "/mobile?app=recruiter",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Client",
      "short_name": "Client",
      "description": "Open the client mobile workspace.",
      "url": "/mobile?app=client",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Executive",
      "short_name": "Executive",
      "description": "Open the executive mobile workspace.",
      "url": "/mobile?app=executive",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Academy",
      "short_name": "Academy",
      "description": "Open the academy mobile workspace.",
      "url": "/mobile?app=academy",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
