Inspect and view changes in AI Powered Assistant For Openphone source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"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"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}