{
  "name": "ProfitMaxx - Trading Platform",
  "short_name": "ProfitMaxx",
  "description": "Advanced trading platform with real-time charts, portfolio management, and market analysis tools",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a1a",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "View Chart",
      "short_name": "Chart",
      "description": "Open trading chart",
      "url": "/chart",
      "icons": [
        {
          "src": "/favicon/shortcut-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "description": "View your portfolio",
      "url": "/market/portfolio",
      "icons": [
        {
          "src": "/favicon/shortcut-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
