From 23190af27049fdf556fd8503820d357ff1a9568e Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 11 Oct 2015 16:55:47 +0300 Subject: [PATCH] Switch from the dummy background.html to "scripts" key Also fix the order: messaging.js should precede storage.js for notifyAllTabs() to work --- background.html | 5 ----- manifest.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 background.html diff --git a/background.html b/background.html deleted file mode 100644 index d05d55da..00000000 --- a/background.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/manifest.json b/manifest.json index fea8ffd5..25d3f090 100644 --- a/manifest.json +++ b/manifest.json @@ -18,7 +18,7 @@ "https://userstyles.org/" ], "background": { - "page": "background.html" + "scripts": ["messaging.js", "storage.js", "background.js"] }, "commands": { "openManage": {