-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
49 lines (49 loc) · 2.52 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
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version='1.0' encoding='utf-8'?>
<widget id="net.jsguys.beerific" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Beerific</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="[email protected]" href="http://www.jsguys.net">
jsguys
</author>
<content src="index.html" />
<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:*" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#fac117" />
<platform name="android">
<allow-intent href="market:*" />
<icon density="ldpi" src="res/android/android-icon-36x36.png" />
<icon density="mdpi" src="res/android/android-icon-48x48.png" />
<icon density="hdpi" src="res/android/android-icon-72x72.png" />
<icon density="xhdpi" src="res/android/android-icon-96x96.png" />
<icon density="xxhdpi" src="res/android/android-icon-144x144.png" />
<icon density="xxxhdpi" src="res/android/android-icon-192x192.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<icon src="res/ios/[email protected]" width="180" height="180" />
<icon src="res/ios/icon-60.png" width="60" height="60" />
<icon src="res/ios/[email protected]" width="120" height="120" />
<icon src="res/ios/icon-76.png" width="76" height="76" />
<icon src="res/ios/[email protected]" width="152" height="152" />
<icon src="res/ios/icon-40.png" width="40" height="40" />
<icon src="res/ios/[email protected]" width="80" height="80" />
<icon src="res/ios/icon-60.png" width="57" height="57" />
<icon src="res/ios/[email protected]" width="114" height="114" />
<icon src="res/ios/icon-76.png" width="72" height="72" />
<icon src="res/ios/[email protected]" width="144" height="144" />
<icon src="res/ios/icon-small.png" width="29" height="29" />
<icon src="res/ios/[email protected]" width="58" height="58" />
<icon src="res/ios/icon-60.png" width="50" height="50" />
<icon src="res/ios/[email protected]" width="100" height="100" />
</platform>
</widget>