aboutsummaryrefslogtreecommitdiff
path: root/extension/background
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-11-25 20:41:31 +0100
committerFlorian Dold <florian.dold@gmail.com>2015-11-25 20:46:36 +0100
commit7b6706bee3cbecc84b330672ecdb5764d7d68756 (patch)
tree5941b2d8a53296a4e64712068f82717205840a05 /extension/background
downloadwallet-core-7b6706bee3cbecc84b330672ecdb5764d7d68756.tar.xz
Add skeleton for WebExtensions wallet
Diffstat (limited to 'extension/background')
-rw-r--r--extension/background/wallet.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/background/wallet.js b/extension/background/wallet.js
new file mode 100644
index 000000000..a7a9c6cb6
--- /dev/null
+++ b/extension/background/wallet.js
@@ -0,0 +1,2 @@
+// Nothing here yet.
+// Eventually, the backend for the wallet will be implemented here.