MailBot

MailBot

BeSocial mail bot

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MailBot",
  "description": "BeSocial mail bot",
  "version": "2.2.14",
  "manifest_version": 3,
  "background": {
    "service_worker": "./background.js",
    "type": "module"
  },
  "icons": {
    "16": "./mailer_16.png",
    "48": "./mailer_48.png",
    "128": "./mailer_128.png"
  },
  "action": {
    "default_popup": "./index.html",
    "default_icons": {
      "16": "./mailer_16.png",
      "48": "./mailer_48.png",
      "128": "./mailer_128.png"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://goldenbride.net/*",
    "*://api.besocial.tech/*",
    "*://*/*"
  ]
}