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": "0.2.2",
"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-z6GZcoWD.js"
],
"matches": [
"https:\/\/my.openphone.com\/*"
],
"css": [
"assets\/main-CPreai4r.css"
]
}
],
"host_permissions": [
"https:\/\/my.openphone.com\/*",
"https:\/\/chatgpt.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/my.openphone.com\/*"
],
"resources": [
"logo.png",
"icon.png",
"step-by-step.png"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/my.openphone.com\/*"
],
"resources": [
"assets\/client-C6QkkgpH.js",
"assets\/api-DDpAGEvL.js",
"assets\/main.tsx-CshFRbnI.js"
],
"use_dynamic_url": false
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"scripting"
]
}