{
  "name": "Enck Portal",
  "short_name": "Enck",
  "description": "AI Employee Management - manage your AI team from anywhere",
  "id": "/portal",
  "lang": "en-US",
  "start_url": "/portal",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#c87850",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business"],
  "display_override": ["standalone", "minimal-ui"],
  "icons": [
    {
      "src": "/icons/icon-192.png?v=20260324",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=20260324",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png?v=20260324",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png?v=20260324",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg?v=20260324",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/api/pwa-screenshot",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Enck Portal - AI employee management dashboard"
    },
    {
      "src": "/api/pwa-screenshot?narrow=1",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Enck Portal - mobile dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "url": "/portal/chat",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=20260324",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Approvals",
      "short_name": "Approvals",
      "url": "/portal/approvals",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=20260324",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "url": "/portal/settings",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=20260324",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
