A browser extension to help you trim your garden of tabs.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"icons": {
"16": "icon16.plasmo.e21d245f.png",
"32": "icon32.plasmo.8f91456a.png",
"48": "icon48.plasmo.7a3aedc3.png",
"64": "icon64.plasmo.d7183597.png",
"128": "icon128.plasmo.5d6429ff.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.e21d245f.png",
"32": "icon32.plasmo.8f91456a.png",
"48": "icon48.plasmo.7a3aedc3.png",
"64": "icon64.plasmo.d7183597.png",
"128": "icon128.plasmo.5d6429ff.png"
},
"default_popup": "popup.html"
},
"version": "3.4.16",
"author": "theodore brockman",
"name": "prune",
"description": "A browser extension to help you trim your garden of tabs.",
"homepage_url": "https://github.com/tbrockman/prune#readme",
"background": {
"service_worker": "static/background/index.js"
},
"permissions": [
"storage",
"alarms",
"tabs",
"bookmarks",
"tabGroups"
],
"default_locale": "en",
"commands": {
"toggle-deduplicate": {
"suggested_key": {
"default": "Alt+Shift+W",
"mac": "Command+MacCtrl+W"
},
"description": "Toggle tab deduplication feature"
},
"toggle-productivity-mode": {
"suggested_key": {
"default": "Alt+Shift+D",
"mac": "Command+MacCtrl+D"
},
"description": "Toggle productivity mode"
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}