{
  "name": "FinAI — Controle Financeiro Inteligente",
  "short_name": "FinAI",
  "description": "Controle financeiro com IA — PF e PJ no mesmo app",
  "start_url": "/app",
  "id": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#6366f1",
  "theme_color": "#6366f1",
  "lang": "pt-BR",
  "scope": "/",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Dashboard", "url": "/app", "icons": [{ "src": "/icon-512.svg", "sizes": "192x192", "type": "image/svg+xml" }] },
    { "name": "Chat IA", "url": "/chat", "icons": [{ "src": "/icon-512.svg", "sizes": "192x192", "type": "image/svg+xml" }] },
    { "name": "Transações", "url": "/transactions", "icons": [{ "src": "/icon-512.svg", "sizes": "192x192", "type": "image/svg+xml" }] }
  ]
}
