Browser Store Plus for Edge

Browser Store Plus for Edge

Quickly search Microsoft Edge Extensions from anywhere

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "2.1",
  "default_locale": "en_GB",
  "action": {
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      }
    }
  },
  "icons": {
    "16": "images/shoppingbag-16.png",
    "32": "images/shoppingbag-32.png",
    "48": "images/shoppingbag-48.png",
    "128": "images/shoppingbag-128.png"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}