{
  "name": "Pet Gestor - Gestão de Pet Shops e Clínicas",
  "short_name": "PetGestor",
  "description": "Sistema completo para Pet Shops e Clínicas com IA e WhatsApp",
  "start_url": "/app.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#07110d",
  "theme_color": "#c8ff5a",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nova Agenda",
      "url": "/app.html?action=new-appointment",
      "description": "Criar novo agendamento rápido"
    },
    {
      "name": "Novo Pet",
      "url": "/app.html?action=new-pet",
      "description": "Cadastrar novo pet e tutor"
    }
  ]
}
