{
  "name": "Vibio - Совместный просмотр видео",
  "short_name": "Vibio",
  "description": "Приложение для совместного просмотра видео с друзьями в реальном времени",
  "version": "2.0.0",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#6366f1",
  "background_color": "#0f172a",
  "scope": "/",
  "categories": ["entertainment", "social", "utilities"],
  "lang": "ru",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/Vibioicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/Vibioicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/Vibioicon.ico",
      "sizes": "48x48 64x64 128x128",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Главная страница на компьютере"
    },
    {
      "src": "/screenshots/mobile-room.png",
      "sizes": "360x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Комната на мобильном устройстве"
    }
  ],
  "shortcuts": [
    {
      "name": "Создать комнату",
      "short_name": "Создать",
      "description": "Быстро создать новую комнату для просмотра",
      "url": "/?action=create",
      "icons": [
        {
          "src": "/icons/shortcut-create.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Присоединиться к комнате",
      "short_name": "Войти",
      "description": "Присоединиться к существующей комнате",
      "url": "/?action=join",
      "icons": [
        {
          "src": "/icons/shortcut-join.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },  "protocol_handlers": [
    {
      "protocol": "web+vibio",
      "url": "/room/%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "prefer_related_applications": false
}
