MailMagic - Your AI Email Assistant powered by ChatGPT

MailMagic - Your AI Email Assistant powered by ChatGPT

Use ChatGPT to write privacy-friendly AI emails, change tones, work with all languages, and more, all for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Mail Magic",
  "name": "__MSG_extensionName__",
  "version": "0.9.0",
  "manifest_version": 3,
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.tsx-loader-DwOrtrbL.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "css": [
        "assets/main-CA1bXWNe.css"
      ]
    },
    {
      "js": [
        "assets/mailmagic-content.ts-loader-BqidymAN.js"
      ],
      "matches": [
        "https://app.mailmagic.ai/*"
      ]
    }
  ],
  "host_permissions": [
    "https://mail.google.com/*",
    "https://chatgpt.com/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://mail.google.com/*"
      ],
      "resources": [
        "logo.png",
        "icon.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "resources": [
        "assets/client-C6QkkgpH.js",
        "assets/api-DZwWgtpR.js",
        "assets/main.tsx-BuFjGefw.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://app.mailmagic.ai/*"
      ],
      "resources": [
        "assets/mailmagic-content.ts-Df1fSCUI.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "scripting"
  ]
}