From c111902e7f6aae8b0cfb651a91b02d1835b59aa6 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 19 Feb 2020 22:57:04 +0000 Subject: [PATCH] Create example.config.json --- lnbits/extensions/example/example.config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lnbits/extensions/example/example.config.json diff --git a/lnbits/extensions/example/example.config.json b/lnbits/extensions/example/example.config.json new file mode 100644 index 0000000..fc2673c --- /dev/null +++ b/lnbits/extensions/example/example.config.json @@ -0,0 +1,5 @@ +{ + "name": "SHORT-NAME-FOR-EXTENSIONS-PAGE", + "short_description": "BLah blah blah.", + "ion_icon": "calendar" +}