{
  "name": "Cryptrix — AI Crypto Investing & Trading App",
  "short_name": "Cryptrix",
  "description": "AI-powered cryptocurrency investing and trading platform",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#0A0B0F",
  "theme_color": "#00D4AA",
  "orientation": "portrait",
  "icons": [
    {
      "src": "assets/images/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Trade",
      "url": "trade.html",
      "description": "Quick trade"
    },
    {
      "name": "Portfolio",
      "url": "portfolio-overview.html",
      "description": "View portfolio"
    }
  ]
}
