diff --git a/extension/manifest.json b/extension/manifest.json index 351b735..9c22e9b 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -33,8 +33,8 @@ ], "background": { "scripts": [ - "background.js", - "bloomfilter.js" + "bloomfilter.js", + "background.js" ] }, "options_ui": {