{
  "name": "Minanse Capital - Automation & Collaboration Platform",
  "short_name": "Minanse Capital",
  "description": "Secure digital platform for automation, analytics, and enterprise collaboration.",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/res/icon/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/res/icon/icon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/res/icon/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/res/icon/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/res/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/res/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#ff6b35",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "/",
  "scope": "/",
  "id": "com.minansecapital.app",
  "shortcuts": [
    {
  "name": "Operations Monitor",
  "short_name": "Monitor",
  "description": "Track live operational metrics and insights",
      "url": "/market",
      "icons": [
        {
          "src": "/res/icon/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
  "name": "Workspace Dashboard",
      "short_name": "Dashboard",
  "description": "Review your workspace activity and manage automations",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/res/icon/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Legal Information",
      "short_name": "Legal",
      "description": "Terms, privacy, and regulatory information",
      "url": "/legal",
      "icons": [
        {
          "src": "/res/icon/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}