StationMobile/config.xml

30 lines
1.1 KiB
XML
Raw Permalink Normal View History

2017-12-30 21:22:53 -07:00
<?xml version='1.0' encoding='utf-8'?>
2018-01-24 12:27:04 -07:00
<widget id="com.netsyms.BusinessStation" version="1.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2017-12-30 17:37:31 -07:00
<name>Station</name>
<description>
A kiosk app for easy, fast access to core Business Apps features.
</description>
<author email="admin@netsyms.com" href="https://netsyms.com">
Netsyms Technologies
</author>
2017-12-30 21:22:53 -07:00
<content src="index.html" />
<icon src="icon.png" />
<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:*" />
2017-12-30 17:37:31 -07:00
<platform name="android">
2017-12-30 21:22:53 -07:00
<allow-intent href="market:*" />
2017-12-30 17:37:31 -07:00
</platform>
<platform name="ios">
2017-12-30 21:22:53 -07:00
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
2017-12-30 17:37:31 -07:00
</platform>
2017-12-30 21:22:53 -07:00
<engine name="android" spec="^6.2.3" />
<plugin name="cordova-plugin-fullscreen" spec="^1.2.0" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
2017-12-30 17:37:31 -07:00
</widget>