{
  "name": "FinControl",
  "short_name": "FinControl",
  "description": "Controle financeiro pessoal grátis em português: planilha mensal, transações, metas e investimentos.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a1a",
  "theme_color": "#0a0a1a",
  "lang": "pt-BR",
  "categories": ["finance", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nova transação",
      "short_name": "Nova",
      "url": "/transacoes?new=1"
    },
    {
      "name": "Planilha",
      "short_name": "Planilha",
      "url": "/planilha"
    },
    {
      "name": "Insights",
      "short_name": "Insights",
      "url": "/insights"
    }
  ]
}
