-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.xml
55 lines (55 loc) · 3.12 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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.playinitium" version="1.0.19" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>Initium</name>
<description>
Initium is a MMORPG browser-based game made by Redditors. Often touted as one of the best games to play while at work/school. It's like a regular MMORPG but made from photographs, complete with Diablo-like loot, monsters, dungeons, and server-wide events.
</description>
<author email="[email protected]">
InitiumDev
</author>
<content src="index.html" />
<preference name="android-windowSoftInputMode" value="stateVisible|adjustPan" />
<preference name="permissions" value="none" />
<preference name="orientation" value="default" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="true" />
<preference name="prerendered-icon" value="true" />
<preference name="stay-in-webview" value="true" />
<preference name="ios-statusbarstyle" value="black-opaque" />
<preference name="detect-data-types" value="true" />
<preference name="exit-on-suspend" value="false" />
<preference name="show-splash-screen-spinner" value="true" />
<preference name="auto-hide-splash-screen" value="true" />
<preference name="disable-cursor" value="false" />
<preference name="android-minSdkVersion" value="14" />
<preference name="android-installLocation" value="auto" />
<preference name="phonegap-version" value="cli-7.1.0" />
<preference name="SplashScreen" value="icon.png" />
<plugin name="cordova-plugin-file" spec="~4.3.3" />
<plugin name="cordova-plugin-navigationbar" source="npm"/>
<gap:plugin name="cordova-plugin-inappbrowser" source="npm" />
<gap:plugin name="cordova-plugin-whitelist" source="npm" />
<gap:plugin name="cc.fovea.cordova.purchase" source="npm" version="6.0.0">
<param name="BILLING_KEY" value="MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2g3Dw6JGYAcMvSt8xeeiJDGJlKnodGYZjadE8FjC1eY7mKWh+0Yt/CZDFDAsIZL7yhiykDzHtfFpmrbLXrHhT96d9HUzI7iAFDR/yNYI4QPI6sR4TApdq+r75Q7TGqzdpR3hQ+tX0iUM29AGE7FRm/FF+B+F3c8hy3wL6wAh6BIJ/edZ5p9UGyFz1DRiPKnruY8rNtnp3uYe5Tkb/VMjNbGTqiGRZaLVP04gflZPLK5ApR2yt9h2xDzyd+75isJkETB/D2W/b1S/7r8DiWyqpw4RI1e52CGF1tJpvKFcmk0pHC2AcmKuLiC00MvZ2flLcts1NGztxTDJv2/oaP/uEQIDAQAB" />
</gap:plugin>
<gap:plugin name="cordova-plugin-googleplus" source="npm">
<param name="REVERSED_CLIENT_ID" value="com.googleusercontent.apps.236957303251-83rr9gcnddjfcgkm35a2o70rf2rvfq2d" />
</gap:plugin>
<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">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<icon src="www/icon.png" />
<engine name="android" spec="^4.0.2" />
</widget>