Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.65.2",
"author": "Mail-Tracker Team",
"homepage_url": "https:\/\/dev.mail-tracker.app",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content.js"
],
"type": "module",
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"identity",
"tabs"
],
"host_permissions": [
"https:\/\/mail.google.com\/*",
"https:\/\/*.mail.google.com\/*",
"https:\/\/www.googleapis.com\/*"
],
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"images\/*",
"static\/images\/*",
"*.css",
"sidebar\/sidebar.css",
"components\/ConsentView\/ConsentView.css",
"components\/EmailList\/EmailList.css",
"extension.js",
"pageWorld.js",
"inboxsdk\/*.js"
],
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/*.mail.google.com\/*"
]
}
],
"options_ui": {
"page": "popup\/popup.html",
"open_in_tab": false
},
"icons": {
"16": "images\/blue_visible_tracker.png",
"48": "images\/blue_visible_tracker.png",
"128": "images\/blue_visible_tracker.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_title": "__MSG_extensionTitle__",
"default_icon": {
"16": "images\/blue_visible_tracker.png",
"48": "images\/blue_visible_tracker.png",
"128": "images\/blue_visible_tracker.png"
}
},
"short_name": "Mail-Tracker",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:\/\/*.mail.google.com https:\/\/*.googleusercontent.com; connect-src 'self' https:\/\/api.mail-tracker.app https:\/\/mail.google.com https:\/\/*.mail.google.com; frame-src 'self'; base-uri 'self'; form-action 'self'; font-src 'self' data: https:\/\/fonts.gstatic.com",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals"
}
}