You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.6 KiB

<?xml version='1.0' encoding='utf-8'?>
<widget id="net.yunkong2.vis" version="1.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>yunkong2.vis</name>
<description>
yunkong2.vis runtime for yunkong2.
</description>
<author email="dogafox@gmail.com" href="http://yunkong2.net">
Bluefox
</author>
<icon src="img/icon.png" />
<content src="index.html" />
<access origin="*" />
<access origin="cdvfile://*" />
<access origin="file://*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="file://*/*" />
<allow-intent href="cdvfile://*/*" />
<allow-navigation href="http://*/*" />
<allow-navigation href="*" />
<allow-navigation href="file://*/*" />
<allow-navigation href="cdvfile://*/*" />
<preference name="AndroidPersistentFileLocation" value="Internal" />
<preference name="iosPersistentFileLocation" value="Library" />
<preference name="BackupWebStorage" value="none" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<engine name="android" spec="^6.3.0" />
<plugin name="com.pylonproducts.wifiwizard" spec="~0.2.11" />
<plugin name="cordova-plugin-certificates" spec="^0.6.4" />
<plugin name="cordova-plugin-file" spec="^4.3.3" />
<plugin name="cordova-plugin-network-information" spec="^1.3.3" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
</widget>