{
  "name": "ApexVolt - Crypto Trading Platform",
  "short_name": "ApexVolt",
  "description": "Trade cryptocurrencies with confidence. Lightning fast execution, advanced trading tools, and institutional-grade security.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f23",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "categories": ["finance", "cryptocurrency", "trading", "investment"],
  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Trade",
      "short_name": "Trade",
      "description": "Go to trading page",
      "url": "/trading"
    },
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "description": "Check your balance",
      "url": "/wallet"
    }
  ]
}