{
  "name": "ApexView - Trading Platform",
  "short_name": "ApexView",
  "description": "Platform d'analyse et trading avec IA intégrée",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#050505",
  "background_color": "#050505",
  "icons": [
    {
      "src": "/static/img/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/img/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/img/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "screenshots": [
    {
      "src": "/static/img/favicon.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "/static/img/favicon.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Tableau de Bord",
      "short_name": "Dashboard",
      "description": "Accès rapide au tableau de bord",
      "url": "/?tab=dashboard",
      "icons": [
        {
          "src": "/static/img/favicon.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Analyse IA",
      "short_name": "IA",
      "description": "Chat IA intégré",
      "url": "/?tab=ai",
      "icons": [
        {
          "src": "/static/img/favicon.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Charts",
      "short_name": "Charts",
      "description": "Analyse technique avancée",
      "url": "/?tab=charts",
      "icons": [
        {
          "src": "/static/img/favicon.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
