summaryrefslogtreecommitdiff
path: root/cocoa/res/NetSurf-Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/res/NetSurf-Info.plist')
-rw-r--r--cocoa/res/NetSurf-Info.plist12
1 files changed, 12 insertions, 0 deletions
diff --git a/cocoa/res/NetSurf-Info.plist b/cocoa/res/NetSurf-Info.plist
index 1d756f321..a5c540f55 100644
--- a/cocoa/res/NetSurf-Info.plist
+++ b/cocoa/res/NetSurf-Info.plist
@@ -28,5 +28,17 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NetSurfApp</string>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>org.netsurf-browser.NetSurf.URI</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>http</string>
+ <string>https</string>
+ </array>
+ </dict>
+ </array>
</dict>
</plist>