mirror of
https://github.com/lalbornoz/roar.git
synced 2024-10-31 21:06:39 +00:00
28 lines
1.1 KiB
XML
Vendored
28 lines
1.1 KiB
XML
Vendored
<?xml version='1.0' encoding='utf-8'?>
|
|
<widget id="com.lalbornoz.MiRCART" version="1.0.9" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
<author email="lucio@lucioillanes.de" href="https://github.com/lalbornoz/MiRCART#readme">
|
|
Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>, based on work by JOLLO NET NA
|
|
</author>
|
|
<description>
|
|
MiRCART (standalone Apache Córdoba app)
|
|
</description>
|
|
<name>MiRCART-cordoba</name>
|
|
<access origin="*" />
|
|
<content src="index.html" />
|
|
<plugin name="cordova-plugin-whitelist" spec="1" />
|
|
<allow-intent href="http://*/*" />
|
|
<allow-intent href="https://*/*" />
|
|
<allow-intent href="mailto:*" />
|
|
<allow-intent href="geo:*" />
|
|
<allow-intent href="sms:*" />
|
|
<allow-intent href="tel:*" />
|
|
<platform name="android">
|
|
<allow-intent href="market:*" />
|
|
</platform>
|
|
<platform name="ios">
|
|
<allow-intent href="itms:*" />
|
|
<allow-intent href="itms-apps:*" />
|
|
</platform>
|
|
<engine name="android" spec="~7.1.3" />
|
|
</widget>
|