{
  "name": "Synexos",
  "short_name": "Synexos",
  "description": "Synexos is an AI-powered enterprise platform that helps businesses streamline operations, workflows, intelligence, and growth from a unified system.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#033F99",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/synexos-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "business",
    "productivity",
    "finance"
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "label": "Dashboard View"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Open main dashboard"
    },
    {
      "name": "Operations",
      "url": "/operations",
      "description": "Open Operations module"
    },
    {
      "name": "Commerce",
      "url": "/commerce",
      "description": "Open Commerce module"
    }
  ]
}