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": "Screen Recorder & Capture Full Page Screenshot",
"version": "1.1.0",
"description": "Record screen\/Tab with audio, embed webcam & mic, capture full-page\/visible\/selected screenshots with built-in editor, export in HD",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"permissions": [
"activeTab",
"storage",
"desktopCapture",
"tabs",
"unlimitedStorage",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"camera-overlay.html",
"camera-overlay.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"<all_urls>"
],
"commands": {
"open-recorder": {
"suggested_key": {
"default": "Alt+Shift+1",
"mac": "Command+Shift+1"
},
"description": "Open Screen Recorder"
},
"toggle-toolbar": {
"suggested_key": {
"default": "Alt+Shift+3",
"mac": "Command+Shift+3"
},
"description": "Toggle Hide Toolbar Control"
},
"capture-selected-area": {
"suggested_key": {
"default": "Alt+Shift+4",
"mac": "Command+Shift+4"
},
"description": "Capture Selected Area"
},
"capture-visible-area": {
"suggested_key": {
"default": "Alt+Shift+5",
"mac": "Command+Shift+5"
},
"description": "Capture Visible Area"
}
}
}