{
  "name": "Быстрый Интернет",
  "short_name": "Быстрый Интернет",
  "description": "Стабильный и быстрый доступ к интернету и Telegram.",
  "start_url": "/account.html?pwa=1",
  "display": "standalone",
  "background_color": "#4f46e5",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Главная",
      "short_name": "Главная",
      "description": "Открыть главную страницу",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Личный кабинет",
      "short_name": "Кабинет",
      "description": "Открыть личный кабинет",
      "url": "/account.html",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Тарифы",
      "short_name": "Тарифы",
      "description": "Посмотреть тарифы",
      "url": "/#tariffs",
      "icons": [
        {
          "src": "/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
