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",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "1.0.2",
"description": "__MSG_extensionDescription__",
"action": {
"default_title": "Mute this tab",
"default_icon": {
"16": "icons\/on16.png",
"32": "icons\/on32.png",
"128": "icons\/on128.png"
}
},
"background": {
"service_worker": "sw.js",
"type": "module"
},
"permissions": [],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; img-src 'self' data:;"
},
"homepage_url": "https:\/\/mute-current-tab.pdfwork.com",
"default_locale": "en"
}