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_extName__",
"short_name": "Tab Groups",
"version": "0.2.7",
"version_name": "0.2.0 Beta",
"description": "__MSG_extDescription__",
"homepage_url": "https:\/\/zovo.one",
"permissions": [
"storage",
"tabGroups",
"tabs",
"sidePanel",
"alarms",
"notifications"
],
"optional_permissions": [
"bookmarks"
],
"side_panel": {
"default_path": "src\/sidebar\/sidebar.html"
},
"action": {
"default_title": "__MSG_extActionTitle__",
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "src\/assets\/icons\/icon-16.png",
"32": "src\/assets\/icons\/icon-32.png",
"48": "src\/assets\/icons\/icon-48.png",
"128": "src\/assets\/icons\/icon-128.png"
}
},
"background": {
"service_worker": "src\/background\/service-worker.js"
},
"commands": {
"save-current-group": {
"suggested_key": {
"default": "Ctrl+Shift+S"
},
"description": "Save current tab group"
},
"search-tabs": {
"suggested_key": {
"default": "Ctrl+Shift+F"
},
"description": "Search all tabs"
},
"toggle-sidebar": {
"suggested_key": {
"default": "Ctrl+Shift+G"
},
"description": "Toggle sidebar panel"
}
},
"icons": {
"16": "src\/assets\/icons\/icon-16.png",
"32": "src\/assets\/icons\/icon-32.png",
"48": "src\/assets\/icons\/icon-48.png",
"128": "src\/assets\/icons\/icon-128.png"
},
"options_page": "src\/options\/options.html",
"content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; img-src 'self' data:; font-src 'self' https:\/\/fonts.gstatic.com; connect-src 'self' https:\/\/api.zovo.dev https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; object-src 'none'; base-uri 'self'; form-action 'none'"
},
"minimum_chrome_version": "116",
"default_locale": "en",
"storage": {
"managed_schema": "managed-schema.json"
}
}