forked from ioBroker/ioBroker.vis.cordova
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
36 lines (36 loc) · 1.42 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version='1.0' encoding='utf-8'?>
<widget id="net.iobroker.vis" version="1.2.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ioBroker.vis</name>
<description>
ioBroker.vis runtime for ioBroker.
</description>
<author email="[email protected]" href="http://iobroker.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="^8.0.0" />
<plugin name="cordova-plugin-wifiwizard2" spec="^3.1.1" />
<plugin name="cordova-plugin-certificates" spec="^0.6.4" />
</widget>