aboutsummaryrefslogtreecommitdiff
path: root/extension/manifest.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-06 15:39:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-06 15:39:22 +0100
commitabf15268acafe588191fffb7ca6ddb963244bb0f (patch)
tree0f582386d09eccd550c414e62337a7f630b2ddb1 /extension/manifest.json
parent2f8aa00595ab40292019ca739041296c84703899 (diff)
Refactor wallet into logic and extension interface.
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"
]