{
  "name": "Чат с менеджером",
  "short_name": "Чат",
  "description": "Закрытый многопользовательский чат",
  "id": "/index.html",
  "start_url": "/index.html",
  "scope": "/",
  "lang": "ru",
  "orientation": "portrait",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#f3f4f6",
  "theme_color": "#1f2937",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Открыть чат",
      "short_name": "Чат",
      "url": "/index.html"
    },
    {
      "name": "Панель менеджера",
      "short_name": "Менеджер",
      "url": "/manager.html"
    }
  ]
}
