{
  "name": "SLOFIN — Financial Intelligence",
  "short_name": "SLOFIN",
  "description": "Real-time financial dashboard — stocks, crypto, forex, AI analysis",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050810",
  "theme_color": "#050810",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "business"],
  "shortcuts": [
    {
      "name": "Markets",
      "short_name": "Markets",
      "description": "View live market data",
      "url": "/?tab=markets",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "description": "Check your portfolio",
      "url": "/?tab=portfolio",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
