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_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"homepage_url": "https:\/\/tabplugins.com\/zoom-blocker-pro-website-zoom-controller\/",
"version": "1.0.3",
"icons": {
"16": "assets\/icons\/red16.png",
"48": "assets\/icons\/red48.png",
"128": "assets\/icons\/red128.png"
},
"action": {
"default_icon": {
"16": "assets\/icons\/red16.png",
"24": "assets\/icons\/red24.png",
"32": "assets\/icons\/red32.png"
},
"default_title": "ZoomGuard Pro",
"default_popup": ""
},
"background": {
"service_worker": "background\/zoomController.js"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"popup.html",
"assets\/icons\/*",
"*.png"
],
"matches": [
"<all_urls>"
]
}
]
}