{
  "name": "Wach Communication OS",
  "short_name": "Wach",
  "description": "WassitBot Chat for workspace communication.",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "background_color": "#071118",
  "theme_color": "#071118",
  "orientation": "any",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "240x240",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "240x240",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Discussions",
      "short_name": "Discussions",
      "url": "/login?view=discussions"
    },
    {
      "name": "Notifications",
      "short_name": "Alertes",
      "url": "/login?view=notifications"
    }
  ]
}
