{
  "name": "Ventive Portal",
  "short_name": "Ventive",
  "description": "Ventive client and staff operations portal",
  "id": "/portal",
  "start_url": "/login?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#111110",
  "theme_color": "#E8440A",
  "categories": ["productivity", "business", "finance"],
  "icons": [
    {
      "src": "/ventive-favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/ventive-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Tasks",
      "url": "/staff/tasks",
      "description": "Open task board"
    },
    {
      "name": "Agents",
      "url": "/staff/agents",
      "description": "Open client AI agents"
    },
    {
      "name": "Clients",
      "url": "/staff/clients",
      "description": "Open client list"
    }
  ]
}
