{
  "name": "InvestAI",
  "short_name": "InvestAI",
  "description": "Plataforma 360° de Inteligência Financeira",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#161b22",
  "theme_color": "#161b22",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Painel",
      "url": "/",
      "description": "Ver portfolio completo"
    },
    {
      "name": "Cenários",
      "url": "/cenarios.html",
      "description": "Simular cenários de investimento"
    },
    {
      "name": "Watchlist",
      "url": "/?tab=watchlist",
      "description": "Ver oportunidades"
    }
  ]
}
