All in one web searcher

All in one web searcher

Search anything on the internet easily by typing into ONE unified search box

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "All in one web searcher",
  "version": "5.0",
  "description": "Search anything on the internet easily by typing into ONE unified search box",
  "action": {
    "default_title": "All in one Web Searcher",
    "default_icon": "icons/48.png",
    "default_popup": "form.html"
  },
  "icons": {
    "16": "icons/48.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "author": "[email protected]",
  "options_page": "options.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}