{
  "$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/web-manifest.json",
  "background_color": "#3730A3",
  "name": "XHT Data Analyzer",
  "short_name": "🚀 Data Analyzer 🔗",
  "description": "Информационно-аналитический сервис обработки открытых данных  ",
  "display": "standalone",
  "display_override": ["window-control-overlay", "minimal-ui"],
  "categories": ["social", "utilities", "entertainment"],
  "theme_color": "#3730A3",
  "start_url": "/gen?utm_source=pwa",
  "orientation": "portrait",
  "dir": "ltr",
  "scope": "/",
  "screenshots": [
    {
      "src": "/images/screenshots/1.jpg",
      "sizes": "591x1280",
      "type": "image/jpeg"
    },
    {
      "src": "/images/screenshots/2.jpg",
      "sizes": "591x1280",
      "type": "image/jpeg"
    },
    {
      "src": "/images/screenshots/3.jpg",
      "sizes": "591x1280",
      "type": "image/jpeg"
    },
    {
      "src": "/images/screenshots/4.jpg",
      "sizes": "591x1280",
      "type": "image/jpeg"
    },
    {
      "src": "/images/screenshots/5.jpg",
      "sizes": "591x1280",
      "type": "image/jpeg"
    },
    {
      "src": "/images/screenshots/6.jpg",
      "sizes": "591x1280",
      "type": "image/jpeg"
    }
  ],
  "shortcuts": [
    {
      "url": "/?utm_source=pwa",
      "name": "Главная",
      "description": "Главная страница с анимацией",
      "short_name": "Главная",
      "icons": [
        {
          "purpose": "any",
          "sizes": "96x96",
          "src": "/images/icons/shortcuts/home-96x96.png",
          "type": "image/png"
        }
      ]
    },
    {
      "url": "/gen?utm_source=pwa",
      "name": "Создать ссылку",
      "description": "Генератор ссылок",
      "short_name": "Создать",
      "icons": [
        {
          "purpose": "any",
          "sizes": "96x96",
          "src": "/images/icons/shortcuts/gen-96x96.png",
          "type": "image/png"
        }
      ]
    },
    {
      "url": "/settings?utm_source=pwa",
      "name": "Мой Профиль",
      "description": "Профиль текущего пользователя",
      "short_name": "Профиль",
      "icons": [
        {
          "purpose": "any",
          "sizes": "96x96",
          "src": "/images/icons/shortcuts/profile-96x96.png",
          "type": "image/png"
        }
      ]
    }
  ],
  "lang": "ru",
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "/images/icons/maskable.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "192x192",
      "src": "/images/icons/android-chrome-192x192.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "/images/icons/android-chrome-512x512.png",
      "type": "image/png"
    }
  ]
}
