From 1a90a48bbb33ab9bf7c207d9088a390b1bc4470f Mon Sep 17 00:00:00 2001
From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com>
Date: Mon, 9 Mar 2026 16:51:08 -0700
Subject: [PATCH] Register http and https URL schemes
---
Resources/Info.plist | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/Resources/Info.plist b/Resources/Info.plist
index c2badb5d..00d9fa86 100644
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -30,6 +30,22 @@
A program running within cmux would like to use your microphone.
NSCameraUsageDescription
A program running within cmux would like to use your camera.
+ CFBundleURLTypes
+
+
+ CFBundleTypeRole
+ Viewer
+ CFBundleURLName
+ $(PRODUCT_BUNDLE_IDENTIFIER).web
+ LSHandlerRank
+ Default
+ CFBundleURLSchemes
+
+ http
+ https
+
+
+
NSPrincipalClass
NSApplication
NSServices