From 40a52e913412b6d9cd8b7f396d256703c67a88ae Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 15 Mar 2023 11:16:54 +0200 Subject: [PATCH] chore: add extension manifest --- manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c1aacf6 --- /dev/null +++ b/manifest.json @@ -0,0 +1,9 @@ +{ + "repos": [ + { + "id": "nostrmarket", + "organisation": "lnbits", + "repository": "nostrmarket" + } + ] +} \ No newline at end of file