diff --git a/extensions.json b/extensions.json index 4c933351..2504431e 100644 --- a/extensions.json +++ b/extensions.json @@ -6,10 +6,39 @@ "shipping", "xerosync", "inventory", + "lnurlp", "withdraw", "scrum", "coinflip" ], + "profiles": { + "featured": [ + "tpos", + "chat", + "orders", + "shipping", + "xerosync", + "inventory", + "lnurlp", + "withdraw", + "scrum", + "coinflip" + ], + "merchant": [ + "tpos", + "orders", + "shipping", + "xerosync", + "inventory", + "webshop" + ], + "nostr": [ + "nostrrelay", + "nostrclient", + "nostrmarket", + "nostrnip5" + ] + }, "extensions": [ { "id": "copilot", @@ -2232,4 +2261,4 @@ "details_link": "https://raw.githubusercontent.com/lnbits/webpages/main/config.json" } ] -} \ No newline at end of file +}