Ilovexm24/config.xml

49 lines
2.1 KiB
XML
Raw Normal View History

2017-03-05 17:31:47 +01:00
<?xml version='1.0' encoding='utf-8'?>
2017-04-19 22:24:55 +02:00
<widget id="xm24.digitigrafo.it" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>I love XM24</name>
2017-03-07 08:40:45 +01:00
<description>
2017-04-19 22:24:55 +02:00
Spazio Sociale Autogestito XM24, Bolognina (BO): info, eventi, comunicati.. I love XM24, iloveXM24
2017-03-05 17:31:47 +01:00
</description>
2017-04-19 22:24:55 +02:00
<author email="hacklabbo@indivia.net" href="http://hacklabbo.indivia.net">
hacklabbo.indivia.net
2017-03-05 17:31:47 +01:00
</author>
2017-03-07 08:40:45 +01:00
<content src="index.html" />
2017-03-24 17:45:16 +01:00
2017-03-18 19:35:02 +01:00
<preference name = "SplashScreen" value = "res/splashscreen.png" />
2017-03-28 00:09:58 +02:00
<preference name="SplashScreenDelay" value="3000" />
2017-03-18 18:55:56 +01:00
<preference name="AutoHideSplashScreen" value="false" />
2017-03-24 17:45:16 +01:00
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
2017-03-07 08:40:45 +01:00
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
2017-03-18 19:35:02 +01:00
<allow-intent href = "market:*" />
<icon src = "res/icon.png" />
2017-03-24 17:45:16 +01:00
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
2017-03-18 19:35:02 +01:00
<preference name = "SplashScreen" value = "res/splashscreen.png" />
<splash src = "res/splashscreen.png" />
<preference name = "AutoHideSplashScreen" value="false" />
2017-03-18 18:55:56 +01:00
<preference name = "SplashScreen" value = "splashscreen" />
2017-03-28 00:09:58 +02:00
<preference name = "SplashScreenDelay" value="3000" />
2017-03-18 19:35:02 +01:00
<preference name = "SplashMaintainAspectRatio" value="true" />
<preference name = "SplashShowOnlyFirstTime" value="false" />
2017-03-07 08:40:45 +01:00
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="phonegap-plugin-push" spec="~1.9.4">
<variable name="SENDER_ID" value="667898382143" />
</plugin>
2017-03-07 08:40:45 +01:00
<plugin name="cordova-sqlite-storage" spec="~2.0.2" />
2017-03-10 13:43:11 +01:00
<plugin name="cordova-plugin-media" spec="~3.0.0" />
2017-03-24 17:45:16 +01:00
<plugin name="cordova-plugin-splashscreen" />
2017-03-18 19:11:32 +01:00
2017-03-07 08:40:45 +01:00
</widget>