{
  "id": "/agente/",
  "name": "GM20 Agente",
  "short_name": "Agente",
  "description": "Sistema de atendimento e notificacoes em tempo real",
  "lang": "pt-BR",
  "start_url": "/agente/painel",
  "scope": "/agente/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#111b21",
  "theme_color": "#202c33",
  "icons": [
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Abrir Painel",
      "url": "/agente/painel"
    },
    {
      "name": "Diagnostico Push",
      "url": "/agente/diagnostico-mobile-corrigido"
    }
  ],
  "serviceworker": {
    "src": "/agente/service-worker.js",
    "scope": "/agente/"
  },
  "gcm_sender_id": "103953800507",
  "vapid_public_key": "BJnhUS_4rYG5sLOZG8Lduxxn40agl5F6xCCr-XzRDFkFTSGlZOAdF5iFMTJIEkl68GV9zmfO0beFaiL4b7I-4HA"
}
