diff --git a/manifest.json b/manifest.json index 34461ab..c89f0fa 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "chrome_style": true }, "background": { - "scripts": ["taborola.js", "background.js"], + "scripts": ["popup.js", "taborola.js", "background.js"], "persistent": false }, "commands": { diff --git a/options.html b/options.html index 7bd0c48..9bddae9 100644 --- a/options.html +++ b/options.html @@ -1,7 +1,7 @@
-