35 lines
No EOL
1.2 KiB
XML
35 lines
No EOL
1.2 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" />
|
|
<plugin name="cordova-plugin-whitelist" spec="1" />
|
|
<access origin="*" />
|
|
<!-- DA TAPPARE!!
|
|
<access origin="127.0.0.1" />
|
|
<access origin="//www.ecn.org/xm24/*" /-->
|
|
<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:*" />
|
|
</platform>
|
|
<platform name="ios">
|
|
<allow-intent href="itms:*" />
|
|
<allow-intent href="itms-apps:*" />
|
|
</platform>
|
|
|
|
|
|
|
|
<platform name="android">
|
|
<icon src="res/icon.png" />
|
|
</platform>
|
|
</widget> |