{
  "name": "HorseSmart - Gestão Veterinária",
  "short_name": "HorseSmart",
  "description": "Plataforma de gestão de práticas veterinárias equinas. Atendimentos, financeiro, estoque e relatórios em campo.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2D5A4E",
  "background_color": "#F0F5F3",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23F0F5F3' width='540' height='720'/><rect fill='%232D5A4E' width='540' height='80'/><text x='270' y='40' font-size='28' font-weight='bold' fill='white' text-anchor='middle' dominant-baseline='middle'>HorseSmart</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Novo Atendimento",
      "short_name": "Atender",
      "description": "Iniciar um novo atendimento",
      "url": "/login?redirect=%2Fvet%2Fnovo-atendimento.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232D5A4E' width='96' height='96'/><text x='48' y='48' font-size='40' font-weight='bold' fill='%23D2B48C' text-anchor='middle' dominant-baseline='middle'>+</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Financeiro",
      "short_name": "Caixa",
      "description": "Acessar módulo financeiro",
      "url": "/login?redirect=%2Fvet%2Ffinanceiro.html",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%232D5A4E' width='96' height='96'/><text x='48' y='48' font-size='40' font-weight='bold' fill='%23D2B48C' text-anchor='middle' dominant-baseline='middle'>$</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
