-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
37 lines (37 loc) · 1.62 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
37
<?xml version='1.0' encoding='utf-8'?>
<widget id="odd.andrummer" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>andrummer</name>
<description>
android viewer of chummer files
</description>
<author email="na" href="na">
odd
</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:*" />
<preference name="DisallowOverscroll" value="true" />
<preference name="orientation" value="landscape" />
<platform name="android">
<preference name="android-minSdkVersion" value="15" />
<allow-intent href="market:*" />
<icon density="ldpi" src="res/icon.png" />
<icon density="mdpi" src="res/icon.png" />
<icon density="hdpi" src="res/icon.png" />
<icon density="xhdpi" src="res/icon.png" />
</platform>
<icon src="res/icon.png" />
<engine name="browser" spec="~4.1.0" />
<engine name="android" spec="~6.0.0" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="at.modalog.cordova.plugin.cache" spec="https://github.com/moderna/cordova-plugin-cache.git" />
<plugin name="com.megster.cordova.FileChooser" spec="http://github.com/don/cordova-filechooser.git" />
<plugin name="cordova-plugin-file" spec="~4.3.0" />
<plugin name="cordova-plugin-file-transfer" spec="~1.6.1" />
<plugin name="cordova-plugin-device" spec="~1.1.3" />
</widget>