gemenon

[ACTIVE] The Safari of the Gemini ecosystem
git clone git://git.figbert.com/gemenon.git
Log | Files | Refs

Info.plist (470B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>CFBundleURLTypes</key>
      6 	<array>
      7 		<dict>
      8 			<key>CFBundleTypeRole</key>
      9 			<string>Viewer</string>
     10 			<key>CFBundleURLName</key>
     11 			<string>com.figbertind.Gemenon</string>
     12 			<key>CFBundleURLSchemes</key>
     13 			<array>
     14 				<string>gemini</string>
     15 			</array>
     16 		</dict>
     17 	</array>
     18 </dict>
     19 </plist>