aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorTeddy Wing2014-03-30 19:19:12 -0400
committerTeddy Wing2014-03-30 19:19:12 -0400
commit08781bc28dfa2bd517a0806eab65e6fa2f30974a (patch)
treeece4791d70d468fa9d39757dc96e1942de3a31fd /manifest.json
parent3cdd7ca2de7f9f4eb0fa134310b524d6c96debca (diff)
downloadchrome-copy-urls-from-all-tabs-08781bc28dfa2bd517a0806eab65e6fa2f30974a.tar.bz2
Add functionality for downloading backup on icon click
If the download option is set, a backup file is now downloaded when the extension button is clicked.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 72f46bf..c08a1e6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -12,7 +12,7 @@
"options_page": "options.html",
"background": {
- "scripts": ["background.js"],
+ "scripts": ["chrome-get-urls-from-tabs-in-windows.js", "background.js"],
"persistent": false
},