2015-09-15 19:24:49 +00:00
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
<widget
|
|
|
|
id="ch.safechat"
|
|
|
|
version="@VERSION@"
|
|
|
|
xmlns="http://www.w3.org/ns/widgets"
|
|
|
|
xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
|
|
<name>SafeChat</name>
|
|
|
|
<description>
|
|
|
|
@README
|
|
|
|
</description>
|
|
|
|
<author href="https://dev.marc.waeckerlin.org/redmine/projects/safechat">
|
|
|
|
Marc Wäckerlin
|
|
|
|
</author>
|
2015-09-22 18:09:46 +00:00
|
|
|
<content src="https://safechat.ch" />
|
2015-09-15 19:24:49 +00:00
|
|
|
<plugin name="cordova-plugin-whitelist" version="1" />
|
|
|
|
<access origin="https://safechat.ch" subdomains="true" />
|
2015-09-22 18:09:46 +00:00
|
|
|
<access origin="https://dev.marc.waeckerlin.org" subdomains="true" />
|
2015-09-15 19:24:49 +00:00
|
|
|
<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>
|
|
|
|
</widget>
|