multi-searches.com

multi-searches.com

search the web - new tab search

Merlin
Additional files are visible only to premium users

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