|
|
@ -1,5 +1,5 @@ |
|
|
|
<?xml version='1.0' encoding='utf-8'?> |
|
|
|
<?xml version='1.0' encoding='utf-8'?> |
|
|
|
<widget id="ch.safechat" version="0.2.30" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> |
|
|
|
<widget id="ch.safechat" version="0.2.32" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> |
|
|
|
<preference name="loglevel" value="DEBUG" /> |
|
|
|
<preference name="loglevel" value="DEBUG" /> |
|
|
|
<feature name="Whitelist"> |
|
|
|
<feature name="Whitelist"> |
|
|
|
<param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" /> |
|
|
|
<param name="android-package" value="org.apache.cordova.whitelist.WhitelistPlugin" /> |
|
|
@ -13,8 +13,9 @@ |
|
|
|
<author href="https://dev.marc.waeckerlin.org/redmine/projects/safechat"> |
|
|
|
<author href="https://dev.marc.waeckerlin.org/redmine/projects/safechat"> |
|
|
|
Marc Wäckerlin |
|
|
|
Marc Wäckerlin |
|
|
|
</author> |
|
|
|
</author> |
|
|
|
<content src="index.html" /> |
|
|
|
<content src="https://safechat.ch" /> |
|
|
|
<access origin="https://safechat.ch" subdomains="true" /> |
|
|
|
<access origin="https://safechat.ch" subdomains="true" /> |
|
|
|
|
|
|
|
<access origin="https://dev.marc.waeckerlin.org" subdomains="true" /> |
|
|
|
<allow-intent href="http://*/*" /> |
|
|
|
<allow-intent href="http://*/*" /> |
|
|
|
<allow-intent href="https://*/*" /> |
|
|
|
<allow-intent href="https://*/*" /> |
|
|
|
<allow-intent href="tel:*" /> |
|
|
|
<allow-intent href="tel:*" /> |
|
|
|