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": 2,
"version": "0.0.1",
"name": "Copy annotation",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icon_16.png",
"19": "icon_19.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_19.png"
},
"commands": {
"copy-page-element": {
"suggested_key": {
"default": "Alt+Y"
},
"description": "Copy annotation"
}
},
"permissions": [
"contextMenus",
"tabs",
"activeTab"
]
}