Fix JS inclusion order

This commit is contained in:
shinigami-eyes 2018-12-03 22:20:11 +01:00
parent 9d43702588
commit 64ac3827a0
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
], ],
"background": { "background": {
"scripts": [ "scripts": [
"background.js", "bloomfilter.js",
"bloomfilter.js" "background.js"
] ]
}, },
"options_ui": { "options_ui": {