Inspect and view changes in Email Tracker by Mailtrack® 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",
"name": "__MSG_appName__",
"version": "12.36.0",
"description": "__MSG_appDescription__",
"default_locale": "en",
"homepage_url": "https://mailsuite.com",
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
},
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"matches": [
"https://mail.google.com/*"
],
"js": [
"scripts/gmail.js"
],
"run_at": "document_start"
},
{
"matches": [
"https://mail.google.com/*"
],
"js": [
"scripts/bundles/gmail.start.bundle.js"
],
"run_at": "document_start"
},
{
"matches": [
"https://mail.google.com/*"
],
"css": [
"styles/style.css"
],
"run_at": "document_end"
},
{
"matches": [
"https://mail.google.com/*"
],
"js": [
"scripts/bundles/gmail.end.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://mailtrack.io/*/dashboard/welcome*",
"*://mailtrack.io/*/dashboard/reauthorized*",
"*://mailtrack.io/*/dashboard/install-success*",
"*://mailtrack.io/*/dashboard/payment/teams/success*",
"*://mailsuite.com/*/dashboard/welcome*",
"*://mailsuite.com/*/dashboard/reauthorized*",
"*://mailsuite.com/*/dashboard/install-success*",
"*://mailsuite.com/*/dashboard/payment/teams/success*"
],
"js": [
"scripts/bundles/setup.bundle.js"
],
"run_at": "document_start"
},
{
"matches": [
"*://mailtrack.io/*",
"*://mailsuite.com/*"
],
"js": [
"scripts/bundles/dashboard.bundle.js"
],
"run_at": "document_end"
}
],
"manifest_version": 3,
"action": {
"default_icon": "images/icon-32.png",
"default_title": "__MSG_appName__",
"default_popup": "templates/popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"images/mailtrack-crx-sprite_2x.png",
"images/expand-tracking.png",
"images/icon-128.png",
"images/sprite.svg",
"images/icons/icon-search.svg",
"images/icons/icon-checkbox-checked.svg",
"images/icons/icon-checkbox-unchecked.svg",
"images/icons/icon-checkbox-indeterminated.svg",
"images/icons/icon-arrow-down.svg",
"images/icons/icon-lists.svg",
"images/icons/icon-lists-black.svg",
"images/icons/icon-lists-white.svg",
"images/icons/icon-mailtrack-schedule.svg",
"images/icons/icon-mailtrack-schedule-black.svg",
"images/icons/icon-mailtrack-schedule-white.svg",
"images/icons/mt-logo-disabled.svg",
"images/icons/mt-logo.svg",
"images/icons/file-tracking.svg",
"images/icons/file-tracking-pressed.svg",
"images/icons/icon-link-tracking.svg",
"images/icons/icon-advanced-document.svg",
"images/icons/icon-signed-advanced-document.svg",
"images/icons/icon-video-toolbar.svg",
"images/lists-permissions-modal-bg.png",
"templates/iframe.html",
"templates/iframe.css",
"templates/iframe.js",
"scripts/bundles/gmail.inject.bundle.js"
],
"matches": [
"https://mail.google.com/*"
]
}
],
"permissions": [
"storage",
"declarativeNetRequestWithHostAccess",
"notifications"
],
"host_permissions": [
"*://*.mailtrack.io/*",
"*://mailtrack.io/*",
"*://*.mailsuite.com/*",
"*://mailsuite.com/*",
"https://mail.google.com/*",
"*://*.googleusercontent.com/*",
"https://api.rollbar.com/*",
"https://http-intake.logs.datadoghq.eu/*",
"https://mrt-attachments-prod.s3.eu-west-1.amazonaws.com/*",
"https://mt-file-tracking-temp.s3.eu-west-1.amazonaws.com/*"
]
}