summaryrefslogtreecommitdiff
path: root/cocoa/res/NetSurf-Info.plist
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-13 17:20:13 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-13 17:20:13 +0000
commit2ab5636619d6e0a44c32e10cd71c9f99c5fe5977 (patch)
tree43fc76eb474eac7dff1c18e85374513a9fc3345e /cocoa/res/NetSurf-Info.plist
parenta9b60753f9c7a57aae2af50943e3ad81203e73e1 (diff)
downloadnetsurf-2ab5636619d6e0a44c32e10cd71c9f99c5fe5977.tar.gz
netsurf-2ab5636619d6e0a44c32e10cd71c9f99c5fe5977.tar.bz2
Zooming, opening files, accepting http and https URLs
svn path=/trunk/netsurf/; revision=11310
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>