{
  "name": "LegislaIA — Assessor Legislativo Municipal",
  "short_name": "LegislaIA",
  "description": "Sistema inteligente de produção de peças legislativas municipais com IA.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#EFF6FF",
  "theme_color": "#2563EB",
  "lang": "pt-BR",
  "categories": ["government", "productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Gerar Peça",
      "short_name": "Gerar",
      "description": "Criar nova peça legislativa",
      "url": "/gerador",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Histórico",
      "short_name": "Histórico",
      "description": "Ver peças geradas",
      "url": "/historico",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
