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": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "0.43",
"default_locale": "en",
"action": {
"default_icon": [],
"default_title": "Screenshot - CocoShot",
"default_popup": "src\/pages\/popup.html"
},
"icons": {
"16": "src\/assets\/icons\/icon16_gray.png",
"48": "src\/assets\/icons\/icon48_gray.png",
"128": "src\/assets\/icons\/icon128_gray.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"scripting",
"activeTab",
"storage",
"unlimitedStorage"
],
"optional_permissions": [
"downloads",
"webNavigation"
],
"optional_host_permissions": [
"<all_urls>",
"file:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"assets\/contentscript.js-loader-Dun4aCMS.js"
],
"matches": [
"*:\/\/shot.cococut.net\/*",
"*:\/\/cocoshot.net\/*"
],
"run_at": "document_start"
}
],
"commands": {
"capture": {
"suggested_key": {
"default": "Alt+Shift+X"
},
"description": "Capture a screenshot of the current page"
}
},
"options_page": "src\/pages\/options.html",
"web_accessible_resources": [
{
"matches": [
"*:\/\/cocoshot.net\/*",
"*:\/\/shot.cococut.net\/*"
],
"resources": [
"assets\/db-Bnxp305x.js",
"assets\/tempStorage-DgVgQA3D.js",
"assets\/userBehavior-DVn3muAA.js",
"assets\/contentscript.js-DUYuTSrB.js"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/ConfigManager-DQoS4pR8.js",
"assets\/index.js-DAcwP_b-.js",
"assets\/userBehavior-DVn3muAA.js",
"assets\/tools-DS3STr_8.js",
"assets\/content.js-BdWoldaR.js",
"assets\/jquery-BbtLhie5.js",
"assets\/intab.js-D6wlhFBl.js",
"assets\/intab-BdCWXOxg.css"
],
"use_dynamic_url": false
}
]
}