All in one web searcher

Search anything on the internet easily by typing into ONE unified search box
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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": "aakash.19493@gmail.com",
  "options_page": "options.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}