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": "Revo Capture",
"description": "Screenshot, Annotation and Issue Capture.",
"version": "6.2.5",
"permissions": [
"tabCapture",
"storage",
"tabs",
"activeTab",
"cookies",
"webRequest"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content_script.js"
]
},
{
"matches": [
"https:\/\/app.revo.ai\/*"
],
"js": [
"js\/iterationx.io.js"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"resources\/*.json",
"\/assets\/*",
"injectedScript.js",
"requestPermission.html",
"requestPermission.ts"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"trigger_quick_capture": {
"suggested_key": {
"default": "Ctrl+Shift+E"
},
"description": "Capture screenshot + element"
},
"trigger_empty_issue": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"description": "New empty issue"
}
},
"externally_connectable": {
"matches": [
"https:\/\/app.revo.ai\/*"
]
}
}