-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
42 lines (38 loc) · 1.4 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="com.evothings.accelerometer-demo"
version="0.0.1"
xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0">
<name>HSRM E-Biz Lab</name>
<description> Eine App für das E-Business</description>
<author email="[email protected]" href="http://evothings.com"> Webb S Murph </author>
<content src="index.html" />
<plugin spec="https://github.com/evothings/cordova-eddystone" source="git"/>
<plugin name="cordova-plugin-whitelist" source="npm" spec="*"/>
<icon src="www/images/logo.png"/>
<access origin="*" /> <allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<platform name="android">
<allow-intent href="market:*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
</platform>
<preference name="AllowInlineMediaPlayback" value="true" />
<preference name="MediaPlaybackRequiresUserAction" value="false" />
<allow-navigation href="*youtube*" />
<allow-navigation href="*ytimg*" />
<allow-navigation href="*youtube-nocookie*" />
<access origin="*" />
<allow-navigation href="*://*youtube.com" />
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
</platform>
</widget>