FindBride ChatOS Multi-account chats

ChatOS Multi-account - a program for sending invitations and chatting on any number of profiles in one tab.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "img/16.png",
    "default_popup": "index.live.html",
    "default_title": "FindBride ChatOS Мультиаккаунт чаты"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/svadba.css",
        "css/profileContent.css"
      ],
      "js": [
        "js/jquery.js",
        "js/translations.js",
        "js/cookie.js",
        "js/profileContent.js",
        "js/hashchange.js"
      ],
      "matches": [
        "*://*.findbride.com/chat*",
        "*://*.findbr.net/chat*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "css/svadba.css"
      ],
      "js": [
        "js/jquery.js",
        "js/cookie.js",
        "js/content.live.js",
        "js/hashchange.js"
      ],
      "matches": [
        "*://*.findbride.com/chat*",
        "*://*.findbr.net/chat*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "css/svadba_helper.css"
      ],
      "js": [
        "js/jquery.js",
        "js/translations.js",
        "js/svadba_helper.js"
      ],
      "matches": [
        "*://*.findbride.com/main",
        "*://*.findbr.net/main"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "ru",
  "description": "__MSG_appDesc__",
  "host_permissions": [
    "*://*.googleapis.com/*",
    "*://*.telegra.ph/*",
    "*://*.findbride.com/*",
    "*://*.findbr.net/*",
    "*://*.chatoptimizer.com/*"
  ],
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "tabs",
    "activeTab",
    "notifications",
    "storage",
    "declarativeNetRequest",
    "scripting"
  ],
  "version": "1.2.5",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "js/tawk.js",
        "js/tawkOnload.js",
        "js/findResize.js"
      ]
    }
  ]
}