SnipeITMobileApp/config.xml

29 lines
1.1 KiB
XML
Raw Normal View History

2016-05-16 15:43:27 -06:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="com.netsyms.SnipeITMobile" version="1.0.0">
2016-05-16 17:19:54 -06:00
<name>E-Recycle Tracker</name>
2016-05-16 15:43:27 -06:00
<description>
2016-05-16 17:19:54 -06:00
Helena Industries Big Sky E-Recycling asset/inventory tracking app, integrated with custom SnipeIT database API
2016-05-16 15:43:27 -06:00
</description>
2016-05-18 14:51:08 -06:00
<icon src="www/img/launcher.png"/>
2016-05-16 17:19:54 -06:00
<author email="admin@netsyms.com" href="https://netsyms.com">
Netsyms Technologies
2016-05-16 15:43:27 -06:00
</author>
<content src="index.html"/>
<preference name="SplashScreen" value="none"/>
2016-05-16 15:43:27 -06:00
<plugin name="cordova-plugin-whitelist" spec="1"/>
<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:*"/>
</platform>
<platform name="ios">
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
</platform>
</widget>