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": "Chrome Extension Toggle - Pin\/Unpin Toolbar",
"version": "1.0.0",
"description": "Quickly enable\/disable Chrome toolbar extensions with one click. Manage your pinned extensions efficiently.",
"permissions": [
"management",
"storage"
],
"action": {
"default_title": "Chrome Extension Toggle - Pin\/Unpin Selected Toolbar Extensions",
"default_icon": {
"32": "icon32-off.png",
"48": "icon48-off.png",
"128": "icon128-off.png"
}
},
"icons": {
"32": "icon32-off.png",
"48": "icon48-off.png",
"128": "icon128-off.png"
},
"options_page": "options.html",
"background": {
"service_worker": "background.js",
"type": "module"
}
}