--- Contents/Info.plist	2012-02-17 06:47:35.000000000 +0000
+++ foo/Info.plist	2012-02-15 14:02:14.000000000 +0000
@@ -2,6 +2,24 @@
 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
+  <key>CFBundleSignature</key>
+  <string>CONK</string>
+  <key>CFBundleIdentifier</key>
+  <string>org.mozdev.conkeror</string>
+  <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>CFBundleDevelopmentRegion</key>
+  <string>English</string>
 <key>CFBundleInfoDictionaryVersion</key>
 <string>6.0</string>
 <key>CFBundlePackageType</key>
