aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
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
},