Switch from the dummy background.html to "scripts" key

Also fix the order: messaging.js should precede storage.js for notifyAllTabs() to work
This commit is contained in:
tophf 2015-10-11 16:55:47 +03:00
parent d971bbda8a
commit 23190af270
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
<html>
<script src="storage.js"></script>
<script src="messaging.js"></script>
<script src="background.js"></script>
</html>

View File

@ -18,7 +18,7 @@
"https://userstyles.org/" "https://userstyles.org/"
], ],
"background": { "background": {
"page": "background.html" "scripts": ["messaging.js", "storage.js", "background.js"]
}, },
"commands": { "commands": {
"openManage": { "openManage": {