MagicBee - A.I. Growing Social Assistant

MagicBee - A.I. Growing Social Assistant

We use magic tech to improve your social efficiency and grow your social network 10x faster.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "MagicBee - A.I. Growing Social Assistant",
  "description": "We use magic tech to improve your social efficiency and grow your social network 10x faster.",
  "version": "1.1.22",
  "manifest_version": 3,
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_popup": "src/app/index.html#/popup/tasks"
  },
  "background": {
    "service_worker": "src/background/index.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "src/content/twitter.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "src/content/instagram.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "scripting",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "https://www.magicbee.app/*",
    "https://twitter.com/*",
    "https://www.instagram.com/*",
    "https://chat.openai.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}