{
  "name": "Unifyn - Unified Finance Superapp",
  "short_name": "Unifyn",
  "description": "Global unified finance platform and broker agnostic trading platform. Connect your existing broker accounts in one seamless interface for unified finance.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#0ea5e9",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "business", "productivity", "utilities"],
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Trading Platform",
      "short_name": "Trade",
      "description": "Access unified trading platform",
      "url": "/trade?source=pwa",
      "icons": []
    },
    {
      "name": "View Features",
      "short_name": "Features",
      "description": "View broker agnostic platform features",
      "url": "/#features",
      "icons": []
    },
    {
      "name": "Support",
      "short_name": "Support",
      "description": "Get help and support",
      "url": "/support?source=pwa",
      "icons": []
    }
  ],
  "prefer_related_applications": false
}

