{
  "id": "/dashboard",
  "name": "Syntrix Agent",
  "short_name": "Syntrix",
  "description": "AI Agent infrastructure — deploy expert AI agents across your organization",
  "start_url": "/dashboard",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "scope_extensions": [
    { "origin": "https://syntrixlogic.com" },
    { "origin": "https://syntrixagent.com" }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Syntrix Agent Dashboard"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Syntrix Agent Mobile"
    }
  ]
}
