From ee7e91cc2f408fd42f6885f21ca0ff26db8d5838 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 20:51:50 +0000 Subject: [PATCH] Create Discord Activity manifest configuration cgen-02a4da8e12bc470dabb144752306bd96 --- public/discord-manifest.json | 44 ++++++------------------------------ 1 file changed, 7 insertions(+), 37 deletions(-) diff --git a/public/discord-manifest.json b/public/discord-manifest.json index 1ccec014..e8f6ce7b 100644 --- a/public/discord-manifest.json +++ b/public/discord-manifest.json @@ -1,42 +1,12 @@ { "id": "578971245454950421", + "version": "1", "name": "AeThex", - "description": "AeThex - Advanced development platform and community", - "version": "1.0.0", - "type": "game", - "icon": "https://docs.aethex.tech/~gitbook/image?url=https%3A%2F%2F1143808467-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Forganizations%252FDhUg3jal6kdpG645FzIl%252Fsites%252Fsite_HeOmR%252Flogo%252FqxDYz8Oj2SnwUTa8t3UB%252FAeThex%2520Origin%2520logo.png%3Falt%3Dmedia%26token%3D200e8ea2-0129-4cbe-b516-4a53f60c512b&width=512&dpr=1&quality=100&sign=6c7576ce&sv=2", - "url": "https://aethex.dev", - "instance_url": "https://aethex.dev/discord", - "terms_of_service_url": "https://aethex.dev/terms", - "privacy_policy_url": "https://aethex.dev/privacy", - "rpc": { - "application_id": "578971245454950421", - "application_name": "AeThex", - "application_icon": "https://docs.aethex.tech/~gitbook/image?url=https%3A%2F%2F1143808467-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Forganizations%252FDhUg3jal6kdpG645FzIl%252Fsites%252Fsite_HeOmR%252Flogo%252FqxDYz8Oj2SnwUTa8t3UB%252FAeThex%2520Origin%2520logo.png%3Falt%3Dmedia%26token%3D200e8ea2-0129-4cbe-b516-4a53f60c512b&width=256&dpr=1&quality=100&sign=6c7576ce&sv=2", - "scopes": ["identify", "guilds"] + "description": "AeThex Creator Network & Talent Platform - Activity", + "rpc_origins": ["https://aethex.dev"], + "verifyToken": "aethex-verify-token-v1", + "interactions": { + "request_url": "https://aethex.dev/api/discord/interactions" }, - "oauth2": { - "client_id": "578971245454950421", - "scopes": ["identify", "email", "guilds"], - "redirect_uris": ["https://aethex.dev/discord/callback"] - }, - "activity": { - "application_id": "578971245454950421", - "type": 1, - "instance": true, - "requires_url_fetch": false, - "preview_video_asset_id": null, - "shelf_video_asset_id": null, - "max_participants": 100, - "session_type": "group" - }, - "embed": { - "enabled": true, - "install_url": "https://aethex.dev/discord", - "activity_config": { - "requires_urls": false, - "location": "channel", - "max_age_seconds": 0 - } - } + "orientation": "portrait-primary" }