-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.xml
42 lines (42 loc) · 1.96 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 id="edu.mit.media.openbadge" version="2.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>RoundTable</name>
<description>
An app to enable roundtable discussions
</description>
<author email="[email protected]" href="http://rhythm.mit.edu">
Rhythm
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<allow-navigation href="*" />
<preference name="orientation" value="portrait" />
<preference name="KeepRunning" value="true" />
<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="icons/icon.png" />
<icon density="ldpi" platform="android" src="icons/icon.png" />
<icon density="mdpi" platform="android" src="icons/icon.png" />
<icon density="hdpi" platform="android" src="icons/icon.png" />
<icon density="xhdpi" platform="android" src="icons/icon.png" />
<plugin name="cordova-plugin-bluetoothle" spec="~4.0.0" />
<plugin name="cordova-plugin-background-mode" spec="https://github.com/katzer/cordova-plugin-background-mode.git#0.7.2" />
<plugin name="cordova-plugin-insomnia" spec="https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git" />
<plugin name="cordova-plugin-file" spec="~4.2.0" />
<plugin name="cordova-plugin-file-transfer" spec="~1.5.1" />
<plugin name="cordova-plugin-vibration" spec="~2.1.1" />
<plugin name="cordova-plugin-dialogs" spec="modified_plugins/cordova-plugin-dialogs" />
<engine name="android" spec="~5.2.1" />
</widget>