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_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "2.5.2",
"action": {
"default_icon": "trash.png",
"default_popup": "popup.html",
"default_title": "TabZero"
},
"icons": {
"16": "trash16.png",
"48": "trash.png",
"128": "trash128.png"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"alarms",
"unlimitedStorage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"default_locale": "en"
}