Romancecompass Multi-account - sending mails

Romancecompass Multi-account - sending mails

Romancecompass Multi-account - sending mails

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "img/16.png",
    "default_popup": "index.live.html",
    "default_title": "Romancecompass.com Multi-account - Program for sending mails"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "Ctrl+M": {
      "description": "Ctrl+M.",
      "suggested_key": {
        "default": "Ctrl+M",
        "mac": "Command+M"
      }
    }
  },
  "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": [
        "*://*.romancecompass.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "css/svadba.css"
      ],
      "js": [
        "js/jquery.js",
        "js/cookie.js",
        "js/content.live.js",
        "js/hashchange.js"
      ],
      "matches": [
        "*://*.romancecompass.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "css/svadba_helper.css"
      ],
      "js": [
        "js/jquery.js",
        "js/translations.js",
        "js/svadba_helper.js"
      ],
      "matches": [
        "*://*.romancecompass.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "ru",
  "description": "__MSG_appDesc__",
  "host_permissions": [
    "*://*.romancecompass.com/*",
    "*://*.chatoptimizer.com/*",
    "*://*.gstatic.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",
    "declarativeNetRequestFeedback",
    "scripting"
  ],
  "version": "1.6.3.9",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "js/script.js",
        "js/injectContent.js",
        "js/tawk.js",
        "js/tawkOnload.js"
      ]
    }
  ]
}