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",
"manifest_version": 3,
"name": "Multiple Search Engines - MSE",
"description": "Select, right click, search in multiple search engines!",
"version": "1.2.5",
"author": "Hawar Koyi",
"short_name": "MSE",
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"js\/content-script.js"
],
"matches": [
"<all_urls>"
]
}
],
"default_locale": "en",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"action": {
"default_icon": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"options.html",
"css\/*.css"
],
"matches": [
"<all_urls>"
]
}
],
"options_page": "options.html",
"permissions": [
"contextMenus",
"storage"
]
}