{
  "name": "Profytron — Fintech Intelligence",
  "short_name": "Profytron",
  "description": "Algorithmic trading, automated bots, and AI-powered portfolio management.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#368B9D",
  "orientation": "any",
  "categories": ["finance", "business"],
  "icons": [
    {
      "src": "/brand-mark.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand-mark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand-mark.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to main dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/brand-mark.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "description": "View wallet and balances",
      "url": "/wallet",
      "icons": [{ "src": "/brand-mark.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI Assistant",
      "short_name": "AI",
      "description": "Open AI trading assistant",
      "url": "/ai-coach",
      "icons": [{ "src": "/brand-mark.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Ranks",
      "description": "View top traders and strategies",
      "url": "/leaderboard",
      "icons": [{ "src": "/brand-mark.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
