-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
26 lines (26 loc) · 1.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
<?xml version='1.0' encoding='utf-8'?>
<widget id="me.glitch.trackle" version="2.10.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Trackle</name>
<description>Trackle™ is an engaging game where players test their knowledge by attempting to name all the stations within the TfL network. This includes the London Underground, the DLR, the Elizabeth Line, the London Overground, the Cable Car, and London Trams. </description>
<author email="[email protected]" href="https://trackle.glitch.me">
SB Studios
</author>
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<icon src="res/appicon-512x.png"/>
<preference name="deployment-target" value="12.0" />
<preference name="FadeSplashScreenDuration" value="500"/>
<preference name="SplashScreenDelay" value="1200"/>
<platform name="ios">
<icon src="res/appicon-180x.png"/>
<splash src="res/screen/ios/Default@2x~iphone~anyany.png" />
<splash src="res/screen/ios/Default@2x~iphone~comany.png" />
<splash src="res/screen/ios/Default@2x~iphone~comcom.png" />
<splash src="res/screen/ios/Default@3x~iphone~anyany.png" />
<splash src="res/screen/ios/Default@3x~iphone~anycom.png" />
<splash src="res/screen/ios/Default@3x~iphone~comany.png" />
<splash src="res/screen/ios/Default@2x~ipad~anyany.png" />
<splash src="res/screen/ios/Default@2x~ipad~comany.png" />
</platform>
</widget>