{
  "name": "SYConnect",
  "short_name": "SYConnect",
  "description": "Self-hosted remote support & meetings — screen share, remote control, recorded and audit-logged.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "dir": "auto",
  "lang": "en",
  "categories": ["business", "productivity"],
  "background_color": "#1C294B",
  "theme_color": "#1C294B",
  "shortcuts": [
    {
      "name": "Console",
      "short_name": "Console",
      "description": "Start or join a meeting",
      "url": "/?source=pwa-shortcut",
      "icons": [{ "src": "/brand/app-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/brand/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
