{
  "name": "EngControl AI",
  "short_name": "EngControl",
  "description": "Plataforma de Gestão Operacional Inteligente para Engenharia Elétrica e Mecânica",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512 any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512 any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Efetuar Movimentação",
      "short_name": "Movimentar",
      "description": "Fazer retirada de ferramentas ou insumos",
      "url": "/?tab=estoque",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Entrega de EPI",
      "short_name": "Entregar EPI",
      "description": "Fazer entrega e gerar termo NR-6",
      "url": "/?tab=epi",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Auditoria de Relatórios",
      "short_name": "Relatórios",
      "description": "Visualizar relatórios e faturamento",
      "url": "/?tab=relatorios",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
