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": "Screenshot Capture & Redactor \u2014 HNE",
"description": "Screenshot capture (select area \/ visible \/ full-page), annotate, blur, undo\/redo, zoom, and export (copy, save, print)",
"version": "2.0.4",
"minimum_chrome_version": "116",
"permissions": [
"tabs",
"activeTab",
"scripting",
"storage",
"sidePanel",
"clipboardWrite",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"optional_host_permissions": [
"https:\/\/api.imgur.com\/*",
"https:\/\/*.amazonaws.com\/*"
],
"background": {
"service_worker": "sw.js",
"type": "module"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "Open HNE Redactor Pro"
},
"options_page": "options.html",
"commands": {
"toggle-side-panel": {
"suggested_key": {
"default": "Ctrl+Shift+R",
"mac": "Command+Shift+R"
},
"description": "Open the redaction side panel"
}
},
"web_accessible_resources": [
{
"resources": [
"contentSelect.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}