Easy Highlight - Automatic Keyword Highlight

Easy Highlight - Automatic Keyword Highlight

Automatically detect and highlight multiple words and phrases from your customized list on any webpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.4.0",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "author": "XTCodeTech",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "activeTab"
  ],
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "js/tinycolor-min.js",
        "js/mark.min.js",
        "js/content.js"
      ],
      "css": [
        "css/style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_title": "Easy Highlight",
    "default_popup": "/pages/popup.html",
    "default_icon": {
      "16": "/imgs/icon16.png",
      "32": "/imgs/icon32.png"
    }
  },
  "icons": {
    "16": "/imgs/icon16.png",
    "32": "/imgs/icon32.png",
    "48": "/imgs/icon48.png",
    "128": "/imgs/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjpCI73DNk/+UdWT6VrnwTHkhU9VJantJ2Q0a1wAq44K1E76GjS43uy++Pcg0fvxuQ6N0bQEhyoP7i4Db7Ow2tVnPJixYh7h7uLqYEaljePZY00xS4hjE7TOTRumhVPX/6tgSNZ4N5SqOCC1U+172jH9hKANwlwZY/rZACe/YHNy4KQ/Blt5NOH3p9ZHz22QnDDny0Brl/649XEK2H6Eih6M/sBLXHsPKi7JbomiifqpMiRSnnJumJ9S3dlNDbBKirxAw381qhoj1YuBdchTL4cOMleg9l4PFy8zn7wYSuwPtbF4KcUUIgGSYbAdPIOeBTGvloC7WFBjiOdPr+dtN3wIDAQAB",
  "oauth2": {
    "client_id": "502794488416-lvv8duo9viflktc7nmfn1u4aj0jqjkrl.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}