Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_EXT_NAME__",
"description": "__MSG_EXT_DESCRIPTION__",
"version": "1.0.0",
"minimum_chrome_version": "121",
"manifest_version": 3,
"default_locale": "en",
"permissions": [
"tabs",
"tabGroups",
"scripting",
"storage",
"unlimitedStorage",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"content_script.css",
"themes.css"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "__MSG_EXT_NAME_SHORT__"
},
"options_page": "options.html",
"commands": {
"activate_switcher_next": {
"suggested_key": {
"default": "Alt+Q",
"mac": "Alt+Q"
},
"description": "Open tab switcher or select next tab."
},
"activate_switcher_previous": {
"suggested_key": {
"default": "Alt+Shift+Q",
"mac": "Alt+Shift+Q"
},
"description": "Open tab switcher or select previous tab."
}
}
}