PortableMag/config.xml
Alex A. Naanou fc8b17910e migrated to iScroll5 and a partial rewrite...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2014-04-19 13:38:44 +04:00

32 lines
680 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0"
id="org.PortableMag"
versionCode="10"
version="0.0.1">
<name>PortableMag</name>
<description>
Portable Magazine tech-demo.
</description>
<author href="https://github.com/flynx/PortableMag" email="alex.nanou@gmail.com">
Alex A. Naanou
</author>
<preference name="orientation" value="landscape" />
<preference name="fullscreen" value="true" />
<feature name="http://api.phonegap.com/1.0/file"/>
<feature name="http://api.phonegap.com/1.0/network"/>
<feature name="http://api.phonegap.com/1.0/notification"/>
</widget>