{
  "id": "/chat/",
  "name": "PXATPlus Chat",
  "short_name": "PXATPlus",
  "description": "Chat corporativo PXATPlus - Comunicação rápida e segura",
  "lang": "pt-BR",
  "dir": "ltr",
  "start_url": "/chat/index.php",
  "scope": "/chat/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "portrait-primary",
  "background_color": "#075E54",
  "theme_color": "#075E54",
  "handle_links": "preferred",

  "icons": [
    {
      "src": "/chat/img_pwa/launchericon-144x144.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/chat/img_pwa/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Abrir Chat",
      "short_name": "Chat",
      "url": "/chat/index.php",
      "description": "Abrir o chat principal",
      "icons": [
        {
          "src": "/chat/img_pwa/launchericon-144x144.png",
          "sizes": "192x192"
        }
      ]
    }
  ],

  "categories": ["communication", "business", "productivity"],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}