-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
60 lines (60 loc) · 4.13 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
50
51
52
53
54
55
56
57
58
59
60
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="160" id="com.mvn.instabart" version="1.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Instabart</name>
<description>
Appen som dekker alle dine behov som student... bortsett fra kaffe.
</description>
<author email="morten@noddeland.no" href="http://mvn.no">
Morten Noddeland
</author>
<content src="index.html" />
<access origin="*" />
<platform name="android">
<icon density="ldpi" src="extra/android/icons/icon_ldpi.png" />
<icon density="mdpi" src="extra/android/icons/icon_mdpi.png" />
<icon density="hdpi" src="extra/android/icons/icon_hdpi.png" />
<icon density="xhdpi" src="extra/android/icons/icon_xhdpi.png" />
<icon density="xxhdpi" src="extra/android/icons/icon_xxhdpi.png" />
<splash density="land-hdpi" src="extra/android/splashscreens/splash-land-hdpi.png" />
<splash density="land-ldpi" src="extra/android/splashscreens/splash-land-ldpi.png" />
<splash density="land-mdpi" src="extra/android/splashscreens/splash-land-mdpi.png" />
<splash density="land-xhdpi" src="extra/android/splashscreens/splash-land-xhdpi.png" />
<splash density="port-hdpi" src="extra/android/splashscreens/splash-port-hdpi.png" />
<splash density="port-ldpi" src="extra/android/splashscreens/splash-port-ldpi.png" />
<splash density="port-mdpi" src="extra/android/splashscreens/splash-port-mdpi.png" />
<splash density="port-xhdpi" src="extra/android/splashscreens/splash-port-xhdpi.png" />
</platform>
<platform name="ios">
<icon height="60" src="extra/ios/icons/icon-60.png" width="60" />
<icon height="120" src="extra/ios/icons/icon-60@2x.png" width="120" />
<icon height="76" src="extra/ios/icons/icon-76.png" width="76" />
<icon height="152" src="extra/ios/icons/icon-76@2x.png" width="152" />
<icon height="40" src="extra/ios/icons/icon-40.png" width="40" />
<icon height="80" src="extra/ios/icons/icon-40@2x.png" width="80" />
<icon height="57" src="extra/ios/icons/icon.png" width="57" />
<icon height="114" src="extra/ios/icons/icon@2x.png" width="114" />
<icon height="72" src="extra/ios/icons/icon-72.png" width="72" />
<icon height="144" src="extra/ios/icons/icon-72@2x.png" width="144" />
<icon height="29" src="extra/ios/icons/icon-small.png" width="29" />
<icon height="58" src="extra/ios/icons/icon-small@2x.png" width="58" />
<icon height="50" src="extra/ios/icons/icon-50.png" width="50" />
<icon height="100" src="extra/ios/icons/icon-50@2x.png" width="100" />
<splash height="480" src="extra/ios/splashscreens/Default~iphone.png" width="320" />
<splash height="960" src="extra/ios/splashscreens/Default@2x~iphone.png" width="640" />
<splash height="1024" src="extra/ios/splashscreens/Default-Portrait~ipad.png" width="768" />
<splash height="2048" src="extra/ios/splashscreens/Default-Portrait@2x~ipad.png" width="1536" />
<splash height="768" src="extra/ios/splashscreens/Default-Landscape~ipad.png" width="1024" />
<splash height="1536" src="extra/ios/splashscreens/Default-Landscape@2x~ipad.png" width="2048" />
<splash height="1136" src="extra/ios/splashscreens/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" src="extra/ios/splashscreens/Default-667h.png" width="750" />
<splash height="2208" src="extra/ios/splashscreens/Default-736h.png" width="1242" />
<splash height="1242" src="extra/ios/splashscreens/Default-Landscape-736h.png" width="2208" />
</platform>
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="10000" />
<engine name="android" spec="~6.2.3" />
<plugin name="com.cmackay.plugins.googleanalytics" spec="https://github.com/cmackay/google-analytics-plugin.git" />
<plugin name="cordova-plugin-device" spec="^1.1.6" />
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
<plugin name="cordova-plugin-statusbar" spec="^2.2.3" />
</widget>