Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Highlight Words:HL",
"description": "Highlight Words, abbreviated HL, Custom highlighting the text you specify.",
"version": "0.2.5",
"icons": {
"16": ".\/images\/Logo-16.png",
"32": ".\/images\/Logo-32.png",
"48": ".\/images\/Logo-48.png",
"128": ".\/images\/Logo-128.png"
},
"action": {
"default_icon": {
"48": ".\/images\/Logo-48.png"
},
"default_popup": ".\/popup\/index.html"
},
"background": {
"type": "module",
"service_worker": ".\/static\/js\/background-e260bf1d.js"
},
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"run_at": "document_start",
"js": [
".\/static\/js\/contentScripts-a271288f.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
".\/static\/js\/contentScripts-a271288f.js"
]
}
]
}