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__",
"version": "1.3.3",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"contextMenus",
"activeTab",
"scripting",
"tabs",
"downloads",
"notifications",
"storage",
"debugger",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"declarative_net_request": {
"rule_resources": [
{
"id": "clid-rule",
"enabled": true,
"path": "rules.json"
}
]
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"commands": {
"capture_area": {
"suggested_key": {
"default": "Alt+1"
},
"description": "__MSG_cmdCaptureArea__"
},
"capture_full": {
"suggested_key": {
"default": "Alt+2"
},
"description": "__MSG_cmdCaptureFull__"
},
"capture_long": {
"suggested_key": {
"default": "Alt+3"
},
"description": "__MSG_cmdCaptureLong__"
}
},
"web_accessible_resources": [
{
"resources": [
"annotate.html",
"annotate.js",
"screenshot.css",
"toolbar.css",
"toolbar_res\/*.png"
],
"matches": [
"<all_urls>"
]
}
]
}