Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "Mail Magic",
"name": "__MSG_extensionName__",
"version": "1.0.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-vsUw0N7J.js"
],
"matches": [
"https:\/\/mail.google.com\/*"
],
"css": [
"assets\/main-DF2ClHTI.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"
]
},
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"resources": [
"assets\/client-C6QkkgpH.js",
"assets\/api-CGZiu7Py.js",
"assets\/main.tsx-bBMTuh6y.js"
]
},
{
"matches": [
"https:\/\/app.mailmagic.ai\/*"
],
"resources": [
"assets\/mailmagic-content.ts-Df1fSCUI.js"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"scripting"
]
}