Search & Admin Engine

Search & Admin Engine

Optimize your browsing experience and save time and effort!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Search & Admin Engine",
  "version": "3.0.5",
  "description": "Optimize your browsing experience and save time and effort!",
  "manifest_version": 3,
  "author": "Luis Tenorio",
  "icons": {
    "16": "icon_extension_16.png",
    "32": "icon_extension_32.png",
    "48": "icon_extension_48.png",
    "128": "icon_extension_128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Search & Admin Engine (Alt+Y)"
  },
  "permissions": [
    "favicon",
    "bookmarks",
    "tabs",
    "tabGroups",
    "activeTab"
  ],
  "default_locale": "en",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Y",
        "mac": "Alt+Y"
      },
      "description": "Opens the popup.html"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}