forked from jhackett1/the-smoke-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
42 lines (42 loc) · 1.92 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
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="10004" defaultlocale="en" id="io.smokemedia.smokemedia" version="1.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Smoke Media</name>
<description>
Read the latest news, reviews and features from Smoke Media, and tune into Smoke Radio.
</description>
<author email="[email protected]" href="http://smoke.media">
Joshua Hackett
</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:*" />
<platform name="android">
<preference name="android-minSdkVersion" value="19" />
<preference name="android-targetSdkVersion" value="23" />
<allow-intent href="market:*" />
<icon src="res/icon.png" />
<splash src="res/splash.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<preference name="Orientation" value="portrait" />
<preference name="StatusBarBackgroundColor" value="#801F2D" />
<preference name="HeaderColor" value="#801F2D" />
<preference name="SplashScreen" value="splash" />
<preference name="SplashScreenDelay" value="3000" />
<engine name="android" spec="^6.2.3" />
<plugin name="cordova-disable-http-cache" spec="^1.0.0" />
<plugin name="cordova-plugin-headercolor" spec="^1.0.0" />
<plugin name="cordova-plugin-music-controls" spec="^2.0.0" />
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
<plugin name="cordova-plugin-statusbar" spec="^2.2.3" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
<plugin name="cordova-plugin-x-socialsharing" spec="^5.1.8" />
</widget>