search the web - new tab search
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "multi-searches.com",
"version": "1.0.2",
"manifest_version": 3,
"description": "search the web - new tab search",
"homepage_url": "https://multi-searches.com",
"action": {
"default_icon": {
"16": "img/16.png",
"32": "img/32.png",
"64": "img/64.png"
}
},
"icons": {
"16": "img/16.png",
"32": "img/32.png",
"64": "img/64.png"
},
"background": {
"service_worker": "background/runtime.js"
},
"chrome_url_overrides": {
"newtab": "static/html/main.html"
},
"permissions": [
"topSites",
"storage"
],
"short_name": "multi-searches"
}