Effortless Midjourney

Effortless Midjourney

Super power your Midjourney AI art generation, find that perfect image!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Effortless Midjourney",
  "description": "Super power your Midjourney AI art generation, find that perfect image!",
  "version": "1.827",
  "action": {
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "24": "images/icon-24.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://discord.com/channels/*"
      ],
      "exclude_matches": [
        "https://discord.com/channels/662267976984297473/*",
        "https://discord.com/channels/1046979304547954728/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "webRequest",
    "declarativeContent",
    "tabs"
  ],
  "host_permissions": [
    "https://*.discord.com/*",
    "https://*.arcane.africa/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtqxhHhwcta7mMnNerD9mQZURjeH01z96HdUkiIWAwbqAeaMvMdRWcXajUpZnKMNXV/tboHtjrlGKOzhRCNkRRboU1jHIPHks0iXnFFJafB5kVnUag+9GyXL49MlmG7AaEJ1WYxBuKmkFDg2t8fDoY5n8FHdI1BzE8oJaPbry5jdP9tSQoSISF+SUlh6aa/FCArCdPAldPHpgwD4UUQDAIacdNphJfJlaV+fAiTrV1Bbdv3JHs/9GWXwuVe1M+n6PegJe2r6lDRceVmJ7FLCBSp7Og7Q/XAI/VmmsFKKez/I5kOlcN4rCbMLZk8vtwqZmNbCSOsIhzLeIewHRmUXNdwIDAQAB"
}