From 6a5b7586183dd105040c77f8f8b89d2b728a76ca Mon Sep 17 00:00:00 2001 From: Kevin Lohman Date: Mon, 5 Feb 2018 10:34:48 -0800 Subject: [PATCH] Add app.json file, information for deployment on Heroku --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..0bfec1d --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "name": "Bitcoin wallet by Coinb.in", + "description": "A Open Source Browser Based Bitcoin Wallet.", + "repository": "https://github.com/OutCast3k/coinbin", + "logo": "https://coinb.in/images/coinbin.gif", + "keywords": ["bitcoin", "wallet", "javascript"] +}