blob: affbc470b83570a3cd5175eb498e75498751d41a [file] [log] [blame]
{
"name": "Download Selected Links",
"description": "Select links on a page and download them.",
"version": "0.1",
"minimum_chrome_version": "16.0.884",
"permissions": [
"experimental", "tabs", "http://*/*", "https://*/*"
],
"browser_action": {
"default_popup": "popup.html"
},
"manifest_version": 2
}