From 7796faeb9b6f960baab45da0f5c4466d6d57802c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 4 Sep 2026 18:18:10 +0000 Subject: [PATCH] Add Brief discovery at /.well-known/brief.json Serve the public CMUTT brochure schema from the Vue/GitHub Pages site so pasting https://cmutt.app in the iOS Brief deployment picker works. Co-authored-by: Sander Vonk --- public/.well-known/brief.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 public/.well-known/brief.json diff --git a/public/.well-known/brief.json b/public/.well-known/brief.json new file mode 100644 index 00000000..9b6ea8fc --- /dev/null +++ b/public/.well-known/brief.json @@ -0,0 +1,16 @@ +{ + "name": "CMUTT", + "apiBase": "https://api.cmutt.app", + "brandColor": "#C41230", + "firebase": { + "apiKey": "AIzaSyCvNooyuA5JVKU8AwHutIJGkagoRDhs0TM", + "projectId": "cmu-tt", + "appId": "1:764642585239:ios:1584fa0707a43c4fad97d2", + "gcmSenderId": "764642585239", + "clientId": "764642585239-dfv7pc6c9egc04hgu389iqq98jg5vnur.apps.googleusercontent.com", + "reversedClientId": "com.googleusercontent.apps.764642585239-dfv7pc6c9egc04hgu389iqq98jg5vnur", + "storageBucket": "cmu-tt.firebasestorage.app", + "databaseURL": null, + "authDomain": "cmu-tt.firebaseapp.com" + } +}