-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.xml
60 lines (60 loc) · 3.36 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 KeepRunning="false" id="com.lifescope.lifescope" version="1.1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>LifeScope</name>
<description>
Search and explore the internet of you.
</description>
<author email="liam@BitScoop.com" href="http://LifeScope.io">
LifeScope Labs
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-navigation href="https://lifescope.io/*" />
<allow-navigation href="https://app.lifescope.io/*" />
<allow-navigation href="https://api.lifescope.io/*" />
<platform name="android">
<allow-intent href="market:*" />
<icon height="36" src="www/icons/android-chrome-36x36.png" width="36" />
<icon height="48" src="www/icons/android-chrome-48x48.png" width="48" />
<icon height="72" src="www/icons/android-chrome-72x72.png" width="72" />
<icon height="96" src="www/icons/android-chrome-96x96.png" width="96" />
<icon height="144" src="www/icons/android-chrome-144x144.png" width="144" />
<icon height="192" src="www/icons/android-chrome-192x192.png" width="192" />
<icon height="256" src="www/icons/android-chrome-256x256.png" width="256" />
<icon height="384" src="www/icons/android-chrome-384x384.png" width="384" />
<icon height="512" src="www/icons/android-chrome-512x512.png" width="512" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<icon height="57" src="www/icons/apple-touch-icon-57x57.png" width="57" />
<icon height="60" src="www/icons/apple-touch-icon-60x60.png" width="60" />
<icon height="72" src="www/icons/apple-touch-icon-72x72.png" width="72" />
<icon height="76" src="www/icons/apple-touch-icon-76x76.png" width="76" />
<icon height="114" src="www/icons/apple-touch-icon-114x114.png" width="114" />
<icon height="120" src="www/icons/apple-touch-icon-120x120.png" width="120" />
<icon height="144" src="www/icons/apple-touch-icon-144x144.png" width="144" />
<icon height="152" src="www/icons/apple-touch-icon-152x152.png" width="152" />
<icon height="180" src="www/icons/apple-touch-icon-180x180.png" width="180" />
<config-file parent="UILaunchStoryboardName" platform="ios" target="*-Info.plist">
<string>CDVLaunchScreen</string>
</config-file>
</platform>
<platform name="windows">
<icon src="www/icons/mstile-310x310.png" target="StoreLogo" />
<icon src="www/icons/mstile-70x70.png" target="Square70x70Logo" />
<icon src="www/icons/mstile-150x150.png" target="Square150x150Logo" />
<icon src="www/icons/mstile-310x310.png" target="Square310x310Logo" />
<icon src="www/icons/mstile-310x150.png" target="Wide310x150Logo" />
</platform>
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-advanced-http" spec="^2.0.5" />
<engine name="browser" spec="^5.0.4" />
<engine name="windows" spec="^6.0.1" />
<engine name="ios" spec="^4.5.5" />
<engine name="osx" spec="^4.0.2" />
<engine name="android" spec="^7.1.4" />
</widget>