ETI Search

ETI Search

Add a context menu option to selected text and search in etigroup.eu by this text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "ETI Search",
  "version": "1.8",
  "description": "Add a context menu option to selected text and search in etigroup.eu by this text.",
  "homepage_url": "https://www.etigroup.eu/",
  "icons": {
    "48": "icons/Logo_128.png",
    "96": "icons/Logo_128.png",
    "128": "icons/Logo_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "downloads"
  ],
  "action": {
    "default_icon": "icons/Logo_128.png",
    "default_title": "ETI Search",
    "default_popup": "search_popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}