{
  "name": "Xaro Chat",
  "short_name": "Xaro",
  "description": "A calmer rooms platform for organized communities, private groups, teams, students, and creators.",
  "id": "/?app=xaro",
  "scope": "/",
  "start_url": "/chat?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#FFD700",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Open Chat",
      "short_name": "Chat",
      "url": "/chat?source=pwa-shortcut",
      "description": "Open your Xaro rooms.",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Live Demo",
      "short_name": "Demo",
      "url": "/#home-live-demo",
      "description": "Try the public demo room.",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Features",
      "short_name": "Features",
      "url": "/features",
      "description": "View Xaro features.",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
