{
  "name": "Central GiraBot",
  "short_name": "GiraBot",
  "description": "Sistema completo de gestão de tickets com IA",
  "start_url": "/?v=5&domain=new",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7ab8d6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pt-BR",
  "dir": "ltr",
  "version": "5.3",
  "id": "girabot-central-v5",
  "icons": [
    {
      "src": "/icons/icon-v5-72x72.png?v=8",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-v5-96x96.png?v=8",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-v5-144x144.png?v=8",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-v5-152x152.png?v=8",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-v5-180x180.png?v=8",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-v5-192x192.png?v=8",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-v5-384x384.png?v=8",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-v5-512x512.png?v=8",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-v5-512x512.png?v=8",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Acessar dashboard principal",
      "url": "/admin/dashboard",
      "icons": [{ "src": "/icons/icon-v5-192x192.png?v=8", "sizes": "192x192" }]
    },
    {
      "name": "Tickets",
      "short_name": "Tickets",
      "description": "Gerenciar tickets",
      "url": "/admin/tickets",
      "icons": [{ "src": "/icons/icon-v5-192x192.png?v=8", "sizes": "192x192" }]
    }
  ]
}
