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": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"homepage_url": "https:\/\/tabplugins.com\/fast-screenshot-one-click-capture\/",
"version": "1.0.2",
"icons": {
"16": "assets\/icons\/16.png",
"32": "assets\/icons\/32.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"action": {
"default_title": "Take Screenshot",
"default_icon": {
"16": "assets\/icons\/16.png",
"19": "assets\/icons\/19.png",
"24": "assets\/icons\/24.png",
"32": "assets\/icons\/32.png",
"38": "assets\/icons\/38.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"activeTab",
"downloads",
"storage",
"contextMenus",
"notifications",
"scripting"
],
"options_page": "options\/options.html",
"options_ui": {
"page": "options\/options.html",
"open_in_tab": false
},
"commands": {
"take-screenshot": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Take a screenshot of the visible page"
},
"take-selection-screenshot": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
},
"description": "Take a screenshot of a selected area"
}
}
}