-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
27 lines (27 loc) · 1.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
<?xml version='1.0' encoding='utf-8'?>
<widget id="fellicht.couchfriends.controller" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Couchfriends</name>
<description>
Couchfriends gamepad controller.
</description>
<author email="[email protected]" href="http://www.couchfriends.com">
Couchfriends
</author>
<content src="index.html" />
<icon src="src/img/logo-app.png" width="512" height="512" density="mdpi" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<preference name="DisallowOverscroll" value="true" />
<access origin="*" />
<allow-intent href="http://*.couchfriends.com/*" />
<allow-intent href="https://*.couchfriends.com/*" />
<allow-intent href="ws://*.couchfriends.com/*" />
<allow-intent href="wss://*.couchfriends.com/*" />
<platform name="android">
<preference name="Fullscreen" value="true" />
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
</widget>