Dating - Multi-account - chats / mails

Dating - Multi-account - chats / mails

Dating - Multi-account - chats / mails

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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/hashchange.js",
        "js/content.live.js"
      ],
      "matches": [
        "*://*.dating.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "ru",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "action": {
    "default_icon": "img/16.png",
    "default_popup": "index.live.html",
    "default_title": "Dating - Multi-account - chats / mails"
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "unlimitedStorage",
    "declarativeNetRequest",
    "scripting"
  ],
  "host_permissions": [
    "*://*.googleapis.com/*",
    "*://*.telegra.ph/*",
    "*://*.dating.com/*",
    "*://*.chatoptimizer.com/*"
  ],
  "version": "2.0.8.15",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "js/tawk.js"
      ]
    }
  ]
}