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": "QuickShot - Advanced Screen Capture",
"version": "2.0.1",
"description": "Capture visible parts or selected areas. Edit and share instantly.",
"permissions": [
"activeTab",
"scripting",
"storage",
"notifications"
],
"host_permissions": [],
"action": {
"default_popup": "popup.html",
"default_title": "QuickShot",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"commands": {
"capture_visible": {
"suggested_key": {
"default": "Alt+Shift+1",
"mac": "MacCtrl+Shift+1"
},
"description": "Capture visible screen"
},
"capture_selection": {
"suggested_key": {
"default": "Alt+Shift+3",
"mac": "MacCtrl+Shift+3"
},
"description": "Capture selected area"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}