Inspect and view changes in HTMaiL: Insert HTML into Gmail, Outlook and Yahoo Mail 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "7.6.0",
"manifest_version": 3,
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"default_locale": "en",
"author": "dziul <dziul@gmail.com>",
"icons": {
"128": "src/assets/images/ico@128.png",
"256": "src/assets/images/ico@256.png"
},
"permissions": [
"storage",
"tabs",
"management"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_title": "__MSG_app_name__"
},
"content_scripts": [
{
"js": [
"assets/index.tsx-loader.5f8d8963.js"
],
"matches": [
"https://mail.google.com/*",
"https://inbox.google.com/*"
],
"css": [
"assets/error-boundary.766d1078.css",
"assets/index.90b8548b.css"
]
},
{
"js": [
"assets/index.tsx-loader.675984bc.js"
],
"matches": [
"https://mail.yahoo.com/*",
"https://*.mail.yahoo.com/*"
],
"css": [
"assets/error-boundary.766d1078.css",
"assets/index.bc6adaf3.css"
]
},
{
"js": [
"assets/index.tsx-loader.70bc4b11.js"
],
"matches": [
"https://outlook.live.com/*",
"https://outlook.office.com/*"
],
"css": [
"assets/error-boundary.766d1078.css",
"assets/index.35862c7c.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https://inbox.google.com/*",
"https://mail.google.com/*"
],
"resources": [
"assets/use-message.7c43ef76.js",
"assets/error-boundary.bd8e3851.js",
"assets/index.tsx.fc0d0b8f.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https://*.mail.yahoo.com/*",
"https://mail.yahoo.com/*"
],
"resources": [
"assets/use-message.7c43ef76.js",
"assets/error-boundary.bd8e3851.js",
"assets/index.tsx.e3d20352.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https://outlook.live.com/*",
"https://outlook.office.com/*"
],
"resources": [
"assets/use-message.7c43ef76.js",
"assets/error-boundary.bd8e3851.js",
"assets/index.tsx.8b1a4ee5.js"
],
"use_dynamic_url": false
}
]
}