blob: 4745d3b6abb55ea114d37b22780b3e39bd40cff7 [file] [log] [blame]
Torne (Richard Coles)58218062012-11-14 11:43:16 +00001{
2 "name": "Download Selected Links",
3 "description": "Select links on a page and download them.",
4 "version": "0.1",
5 "minimum_chrome_version": "16.0.884",
Ben Murdochbb1529c2013-08-08 10:24:53 +01006 "permissions": ["tabs", "downloads"],
7 "browser_action": {"default_popup": "popup.html"},
Torne (Richard Coles)58218062012-11-14 11:43:16 +00008 "manifest_version": 2
9}