Skip to content

Commit ffc295e

Browse files
authored
feat: add merchant list (#785)
* feat: add merchant list * make profiles` * add nostr profile
1 parent a4a285b commit ffc295e

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

extensions.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,39 @@
66
"shipping",
77
"xerosync",
88
"inventory",
9+
"lnurlp",
910
"withdraw",
1011
"scrum",
1112
"coinflip"
1213
],
14+
"profiles": {
15+
"featured": [
16+
"tpos",
17+
"chat",
18+
"orders",
19+
"shipping",
20+
"xerosync",
21+
"inventory",
22+
"lnurlp",
23+
"withdraw",
24+
"scrum",
25+
"coinflip"
26+
],
27+
"merchant": [
28+
"tpos",
29+
"orders",
30+
"shipping",
31+
"xerosync",
32+
"inventory",
33+
"webshop"
34+
],
35+
"nostr": [
36+
"nostrrelay",
37+
"nostrclient",
38+
"nostrmarket",
39+
"nostrnip5"
40+
]
41+
},
1342
"extensions": [
1443
{
1544
"id": "copilot",
@@ -2246,4 +2275,4 @@
22462275
"details_link": "https://raw.githubusercontent.com/lnbits/webpages/main/config.json"
22472276
}
22482277
]
2249-
}
2278+
}

0 commit comments

Comments
 (0)