From 8552beab72f72b0e34380f0180f000aec2f63558 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 00:57:33 +0000 Subject: [PATCH] Update Discord manifest for Activity SPA compliance - remove unnecessary domains cgen-2c1bd67648534f95a0754b98eced9f8c --- public/discord-manifest.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/public/discord-manifest.json b/public/discord-manifest.json index 955c631d..ed0cb46b 100644 --- a/public/discord-manifest.json +++ b/public/discord-manifest.json @@ -1,15 +1,9 @@ { "id": "578971245454950421", "version": "1", - "name": "AeThex", - "description": "AeThex Creator Network & Talent Platform - Activity", + "name": "AeThex Activity", + "description": "AeThex Creator Network & Talent Platform - Discord Activity", "rpc_origins": [ - "https://aethex.dev", - "https://discord.com", - "https://*.discordsays.com", "https://578971245454950421.discordsays.com" - ], - "interactions": { - "request_url": "https://aethex.dev/api/discord/interactions" - } + ] }