sixtyfourapp/config.xml

32 lines
1.3 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.umycode.sixtyfour" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>SixtyFour</name>
<description>
8x8 to Matrix bridge
</description>
<author email="dave@umycode.com" href="http://cordova.io">
Dave Umrysh
</author>
<content src="index.html" />
<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:*" />
<resource-file src="google-services.json" target="/app/google-services.json" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="cordova-plugin-reply-to-notification" spec="git+https://git.umycode.com/dave/cordova-plugin-reply-to-notification.git" />
<plugin name="cordova-plugin-background-mode" spec="git+https://git.umycode.com/dave/cordova-plugin-run-in-background.git" />
<plugin name="phonegap-plugin-push" spec="2.3.0" />
<plugin name="cordova-plugin-device" spec="2.0.3" />
<plugin name="cordova-plugin-whitelist" spec="1.3.4" />
</widget>