Search Switcher

Search Switcher

Easily toggle search results between Google and Bing! Supports text, image, video, and news searches.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Search Switcher",
  "version": "0.1.1",
  "manifest_version": 3,
  "description": "Easily toggle search results between Google and Bing! Supports text, image, video, and news searches.",
  "icons": {
    "16": "icons/appicon_16.png",
    "32": "icons/appicon_32.png",
    "48": "icons/appicon_48.png",
    "64": "icons/appicon_64.png",
    "128": "icons/appicon_128.png"
  },
  "action": {
    "default_title": "Go to Google",
    "default_icon": {
      "16": "icons/appicon_16.png",
      "32": "icons/appicon_32.png",
      "48": "icons/appicon_48.png",
      "64": "icons/appicon_64.png",
      "128": "icons/appicon_128.png"
    }
  },
  "options_ui": {
    "page": "settings/settings.html",
    "open_in_tab": false
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Q"
      }
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}