44 行
1.9 KiB
XML
44 行
1.9 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<widget id="xm24.digitigrafo.it" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
<name>I XM24</name>
|
|
<description>
|
|
XM24
|
|
</description>
|
|
<author email="info@digitigrafo.it" href="http://hacklabbo.indivia.net">
|
|
hacklabbo.indivia.net - digitigrafo.it
|
|
</author>
|
|
<content src="index.html" />
|
|
<preference name = "SplashScreen" value = "res/splashscreen.png" />
|
|
<preference name="SplashScreenDelay" value="10000" />
|
|
<preference name="AutoHideSplashScreen" value="false" />
|
|
<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">
|
|
<allow-intent href = "market:*" />
|
|
<icon src = "res/icon.png" />
|
|
<preference name = "SplashScreen" value = "res/splashscreen.png" />
|
|
<splash src = "res/splashscreen.png" />
|
|
<preference name = "AutoHideSplashScreen" value="false" />
|
|
<preference name = "SplashScreen" value = "splashscreen" />
|
|
<preference name = "SplashScreenDelay" value="10000" />
|
|
<preference name = "SplashMaintainAspectRatio" value="true" />
|
|
<preference name = "SplashShowOnlyFirstTime" value="false" />
|
|
</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>
|
|
|
|
<plugin name="cordova-sqlite-storage" spec="~2.0.2" />
|
|
<plugin name="cordova-plugin-media" spec="~3.0.0" />
|
|
|
|
</widget>
|