{
  "name": "Racio - Интернет-рация",
  "short_name": "Racio",
  "description": "Сервис интернет-рации для общения в реальном времени",
  "lang": "ru",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0c29",
  "theme_color": "#4facfe",
  "categories": [
    "social",
    "communication"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Канал 1",
      "short_name": "CH-1",
      "description": "Быстрый вход в канал 1",
      "url": "/?channel=1",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Канал 2",
      "short_name": "CH-2",
      "description": "Быстрый вход в канал 2",
      "url": "/?channel=2",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Канал 3",
      "short_name": "CH-3",
      "description": "Быстрый вход в канал 3",
      "url": "/?channel=3",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}