{
  "name": "CellOS — Sistema de Assistência Técnica",
  "short_name": "CellOS",
  "description": "Sistema completo para assistência técnica de celulares. Ordens de serviço, clientes, técnicos, financeiro e muito mais.",
  "start_url": "https://celios.webexp.com.br/app",
  "scope": "https://celios.webexp.com.br/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f0f1a",
  "theme_color": "#6366f1",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "https://celios.webexp.com.br/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://celios.webexp.com.br/static/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://celios.webexp.com.br/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nova OS",
      "short_name": "Nova OS",
      "url": "https://celios.webexp.com.br/app#new-os",
      "icons": [{"src": "https://celios.webexp.com.br/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Check-in",
      "short_name": "Check-in",
      "url": "https://celios.webexp.com.br/checkin.html",
      "icons": [{"src": "https://celios.webexp.com.br/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Ordens",
      "short_name": "Ordens",
      "url": "https://celios.webexp.com.br/app#orders",
      "icons": [{"src": "https://celios.webexp.com.br/static/icon-192.png", "sizes": "192x192"}]
    }
  ]
}