Auto Highlight

Auto Highlight

*Auto Highlight* automatically highlights the important content on article pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Auto Highlight",
  "version": "3.6.0",
  "description": "*Auto Highlight* automatically highlights the important content on article pages.",
  "options_ui": {
    "page": "src/options/options.html"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "scripting",
    "storage"
  ],
  "optional_permissions": [
    "tabs",
    "clipboardWrite"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "src/eventPage.js"
  },
  "action": {
    "default_icon": {
      "19": "icons/0highlight19x19.png",
      "38": "icons/0highlight38x38.png"
    },
    "default_title": "Toggle highlighting"
  },
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "manifest_version": 3
}