From 64ac3827a0625f8870f06ad0131f45ad1c7a8def Mon Sep 17 00:00:00 2001 From: shinigami-eyes <43276258+shinigami-eyes@users.noreply.github.com> Date: Mon, 3 Dec 2018 22:20:11 +0100 Subject: [PATCH] Fix JS inclusion order --- extension/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {