Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"author": "Wesley Warnell",
"name": "Zoom Block",
"version": "2.0.0",
"description": "Disable zooming by default. Re-enable zooming on a per-tab basis by clicking the Zoom Block icon.",
"homepage_url": "https:\/\/github.com\/warnellw\/Zoom-Block",
"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": "Zoom Block"
},
"background": {
"service_worker": "ZoomBlock.js"
},
"permissions": [
"storage"
]
}