aboutsummaryrefslogtreecommitdiff
path: root/extension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index 7c0f295b4..c913eafed 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -43,12 +43,12 @@
"scripts": [
"lib/util.js",
"lib/URI.js",
+ "background/checkable.js",
"background/libwrapper.js",
"background/emscriptif.js",
"background/db.js",
"background/query.js",
"background/messaging.js",
- "background/checkable.js",
"background/http.js",
"background/wallet.js"
]