diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-05 14:20:13 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-05 14:20:13 +0100 |
commit | b459ffb4241877670fb7f820a67d959fec2d995c (patch) | |
tree | 23277212792e701218100c010dcea66da3b199d2 /extension/manifest.json | |
parent | c48f2d39f0f62ea8f862ba08234b8a5376a11a2e (diff) |
more complete DB abstractions
Diffstat (limited to 'extension/manifest.json')
-rw-r--r-- | extension/manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/manifest.json b/extension/manifest.json index 0c30edfd7..478c2a9b0 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -47,6 +47,7 @@ "background/emscriptif.js", "background/db.js", "background/query.js", + "background/messaging.js", "background/http.js", "background/wallet.js" ] |