From 6b768221ab4d87bbc81823e011971d05798388b6 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 19 Jun 2026 21:05:23 -0700 Subject: [PATCH] updates --- pkg/apps.go | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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", + }, } -- 2.51.2