--- old_plist/Info.plist	2011-09-05 13:46:27.000000000 +0100
+++ conkeror/Info.plist	2012-02-19 03:56:42.000000000 +0000
@@ -18,7 +18,21 @@
     <string>$CONKEROR_SHORT_VERSION$</string>
 
     <key>CFBundleSignature</key>
-    <string>conk</string> <!-- four letter code, supposed to be unique?!? -->
+    <string>CNKR</string> <!-- four letter code, supposed to be unique?!? -->
+    <!-- must not be all lowercase (reserved for Apple apps) -->
+
+    <key>CFBundleURLTypes</key>
+    <array>
+      <dict>
+        <key>CFBundleURLName</key>
+        <string>Web site URL</string>
+        <key>CFBundleURLSchemes</key>
+        <array>
+          <string>http</string>
+          <string>https</string>
+        </array>
+      </dict>
+    </array>
 
     <key>CFBundleVersion</key>
     <string>1.0pre</string>
