Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "123 Multi-Highlight PRO",
"description": "Highlight multiple words and search for expressions and patterns on web pages with professional-grade precision.",
"version": "2.0.3",
"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+X",
"mac": "Alt+S",
"chromeos": "Alt+S",
"linux": "Alt+S"
}
}
}
}