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",
"manifest_version": 3,
"name": "Keywords Highlighter \/ Censored",
"version": "1.3",
"description": "Highlighting or Censoring the list of saved keywords",
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"<all_urls>"
],
"js": [
"hili.js",
"content.js"
],
"css": [
"hili.css"
]
}
]
}