From 8e0516a19cfe171e048b37c324966f7db90dc393 Mon Sep 17 00:00:00 2001 From: DevCats Date: Fri, 5 Dec 2025 08:09:58 -0500 Subject: [PATCH] chore: add support for antigravity external app protocol (#20873) Adds `antigravity` to the allowed protocols list. Related PR: https://github.com/coder/registry/pull/558 --- site/src/modules/apps/apps.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/modules/apps/apps.ts b/site/src/modules/apps/apps.ts index 3f1cfecea7..89effd4d2a 100644 --- a/site/src/modules/apps/apps.ts +++ b/site/src/modules/apps/apps.ts @@ -24,6 +24,7 @@ const ALLOWED_EXTERNAL_APP_PROTOCOLS = [ "jetbrains:", "kiro:", "positron:", + "antigravity:", ]; type GetVSCodeHrefParams = {