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": "Search+",
"version": "1.0",
"description": "Open links in new tab and remove sponsored results with real sliders!",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.google.com\/*"
],
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/search*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
}