{
  "name": "ACEVigia",
  "short_name": "ACEVigia",
  "id": "/",
  "start_url": "./index.html?app=1",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#f3f7f5",
  "theme_color": "#0f766e",
  "description": "Sistema offline-first para agentes de endemias em campo.",
  "categories": ["health", "productivity", "utilities"],
  "icons": [
    {
      "src": "./icon.svg?v=93",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ler QR",
      "short_name": "QR",
      "url": "./index.html?app=1&acao=qr",
      "icons": [{ "src": "./icon.svg?v=93", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Serviços",
      "short_name": "Serviços",
      "url": "./index.html?app=1&aba=servicos",
      "icons": [{ "src": "./icon.svg?v=93", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
