{
  "name": "HORUS ANALYTICS",
  "short_name": "HORUS",
  "description": "Plataforma de Inteligência Política para campanhas eleitorais",
  "start_url": "/painel",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0D1F35",
  "theme_color": "#C9A227",
  "lang": "pt-BR",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/api/pwa-icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/pwa-icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/painel",
      "icons": [{ "src": "/api/pwa-icon?size=192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "url": "/painel/analytics",
      "icons": [{ "src": "/api/pwa-icon?size=192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Alertas",
      "short_name": "Alertas",
      "url": "/painel/alertas",
      "icons": [{ "src": "/api/pwa-icon?size=192", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
