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",
"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"
}