diff --git a/pkg/apps.go b/pkg/apps.go index 62e2ba6..07e12d5 100644 --- a/pkg/apps.go +++ b/pkg/apps.go @@ -415,4 +415,34 @@ var Applications = []Application{ NSID: "community.blacksky.assembly", Label: "community-blacksky-assembly", }, + { + Name: "co/core", + Description: "an experiment in member-owned AI", + NSID: "dev.cocore", + Label: "dev-cocore", + }, + { + Name: "Cartridge", + Description: "a games platform for the Atmosphere", + NSID: "dev.cartridge", + Label: "dev-cartridge", + }, + { + Name: "The Pentaract", + Description: "A unified namespace for storing games, contributions, reviews, and feeds in user-owned repositories", + NSID: "games.gamesgamesgamesgames", + Label: "games-gamesgamesgamesgames", + }, + { + Name: "Derakkuma", + Description: "an interface for the rhythm game Maimai DX", + NSID: "com.derakkuma", + Label: "com-derakkuma", + }, + { + Name: "XMTP", + Description: "Decentralized, encrypted messaging protocol", + NSID: "org.xmtp", + Label: "org-xmtp", + }, }