123 Multi-Highlight PRO

123 Multi-Highlight PRO

Search and highlight multiple words and sentences on web pages with professional precision.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "123 Multi-Highlight PRO",
  "description": "Search and highlight multiple words and sentences on web pages with professional precision.",
  "version": "2.0.2",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "123 Multi-Highlight PRO",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "/icons/app_icon.png",
      "48": "/icons/app_icon.png",
      "128": "/icons/app_icon.png"
    }
  },
  "icons": {
    "128": "/icons/app_icon.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "tabs"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Alt+S",
        "mac": "Alt+S",
        "chromeos": "Alt+S",
        "linux": "Alt+S"
      }
    }
  }
}