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_extName__",
"version": "1.9.3.54",
"default_locale": "en",
"manifest_version": 3,
"description": "__MSG_extDescription__",
"icons": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"action": {
"default_icon": "favicon.png",
"default_title": "__MSG_extName__"
},
"content_scripts": [
{
"js": [
"js\/searchJumperDefaultConfig.js",
"js\/traditional.js",
"js\/addons.js",
"js\/searchJumper.user.js",
"js\/markdown-it.min.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"permissions": [
"contextMenus",
"storage",
"notifications"
],
"omnibox": {
"keyword": "sj"
},
"options_ui": {
"page": "config\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": "js\/background.min.js"
}
}