{
  "name": "Intéllixia · Gestão Inteligente de Frotas",
  "short_name": "Intéllixia",
  "description": "Gestão Inteligente de frotas, equipamentos e activos operacionais com IA — Concebido em Angola",
  "lang": "pt-PT",
  "dir": "ltr",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0f1117",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "navigation"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Alertas",
      "short_name": "Alertas",
      "description": "Ver alertas críticos da frota",
      "url": "/?tab=alerts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Registar despesa",
      "short_name": "Despesa",
      "description": "Tirar foto de talão e registar despesa",
      "url": "/?tab=expenses&action=capture",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mapa",
      "short_name": "Mapa",
      "description": "Ver frota em tempo real",
      "url": "/?tab=map",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/partilhar",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/webp",
            "image/heic",
            "image/heif",
            "application/pdf"
          ]
        }
      ]
    }
  },
  "prefer_related_applications": false
}
