Eggtimer/Info.plist
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 04 Nov 2010 17:08:17 -0700
changeset 4 6c91568e58fd
parent 0 0b6daedcf7e1
permissions -rw-r--r--
Removed trailing zeroes from the timer

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Nokia//DTD PLIST 1.0//EN" "http://www.nokia.com/DTDs/plist-1.0.dtd">
<plist version="1.0">
<dict>
	<key>DisplayName</key>
	<string>Eggtimer</string>
	<key>Identifier</key>
	<string>org.symbian.eggtimer</string>
	<key>Version</key>
	<string>1.0</string>
	<key>AllowNetworkAccess</key>
	<true/>
	<key>MainHTML</key>
	<string>index.html</string>
	<key>MiniViewEnabled</key>
	<false/>
</dict>
</plist>