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",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "0.1.6",
"manifest_version": 3,
"permissions": [
"tabs",
"storage",
"sidePanel"
],
"background": {
"service_worker": "js\/BackgroundService.js",
"type": "module"
},
"action": {
"default_title": "Collapse Tabs",
"default_icon": {
"16": "assets\/icon16.png"
}
},
"icons": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"side_panel": {
"default_path": "pages\/sidepanel\/sidepanel.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"homepage_url": "https:\/\/collapse-tabs.pdfwork.com\/",
"default_locale": "en"
}