mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 01:44:19 +01:00
webapps add Nosotros and npub.cash
This commit is contained in:
@@ -560,6 +560,20 @@ class WebAppsRouterState extends CustState<WebAppsRouter> {
|
||||
[WebAppTypes.OTHERS],
|
||||
image: "https://nowser.nostrmo.com/images/apps/following_space.png",
|
||||
));
|
||||
items.add(WebAppItem(
|
||||
"https://nosotros.app/",
|
||||
"Nosotros",
|
||||
"A decentralized social network based on nostr protocol",
|
||||
[WebAppTypes.NOTES],
|
||||
image: "https://nowser.nostrmo.com/images/apps/nosotros.ico",
|
||||
));
|
||||
items.add(WebAppItem(
|
||||
"https://npub.cash/",
|
||||
"npub.cash",
|
||||
"A nostr native Lightning Address for everyone",
|
||||
[WebAppTypes.ZAPS],
|
||||
image: "https://nowser.nostrmo.com/images/apps/npubcash.ico",
|
||||
));
|
||||
|
||||
// List<Map> jsonList = [];
|
||||
// for (var item in items) {
|
||||
|
||||
Reference in New Issue
Block a user