{
  "name": "Harchain - Causal Intelligence",
  "short_name": "Harchain",
  "description": "Universal Causal Intelligence Platform for any domain",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business", "analytics"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Causal Analysis",
      "short_name": "Causal",
      "description": "Access causal intelligence analysis",
      "url": "/causal",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Workflow Builder",
      "short_name": "Workflow",
      "description": "Configure and manage workflows",
      "url": "/workflow",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Action Center",
      "short_name": "Actions",
      "description": "Execute actions and view compliance",
      "url": "/action",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ]
}




