{
  "name": "Семейный доктор ИИ",
  "short_name": "СемДок",
  "description": "Анализы, симптомы, врачи — понятным языком",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F9FAFB",
  "theme_color": "#2563EB",
  "categories": ["medical", "health"],
  "lang": "ru",
  "dir": "ltr",
  "icons": [
    {
      "src": "./favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Загрузить анализы",
      "short_name": "Анализы",
      "description": "Загрузить PDF с анализами",
      "url": "./upload.html"
    },
    {
      "name": "Сравнить анализы",
      "short_name": "Динамика",
      "description": "Сравнить два анализа",
      "url": "./upload.html?tab=dynamics"
    }
  ]
}