{
  "name": "BunMed — Экосистема здоровья",
  "short_name": "BunMed",
  "description": "Клинические знания, справочные материалы и инструменты поддержки врачебных решений.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d1a2b",
  "theme_color": "#1699a8",
  "lang": "ru",
  "categories": ["medical", "health", "education"],
  "icons": [
    {
      "src": "/brand/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Поиск",
      "url": "/search",
      "icons": [{ "src": "/brand/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Рабочее пространство",
      "url": "/app/workspace",
      "icons": [{ "src": "/brand/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
