|
@@ -0,0 +1,28 @@
|
|
1
|
+<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
+<widget id="io.cordova.hellocordova" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
3
|
+ <name>HelloCordova</name>
|
|
4
|
+ <description>
|
|
5
|
+ A sample Apache Cordova application that responds to the deviceready event.
|
|
6
|
+ </description>
|
|
7
|
+ <author email="dev@cordova.apache.org" href="http://cordova.io">
|
|
8
|
+ Apache Cordova Team
|
|
9
|
+ </author>
|
|
10
|
+ <content src="index.html" />
|
|
11
|
+ <access origin="*" />
|
|
12
|
+ <allow-intent href="https://*/*" />
|
|
13
|
+ <allow-intent href="tel:*" />
|
|
14
|
+ <allow-intent href="sms:*" />
|
|
15
|
+ <allow-intent href="mailto:*" />
|
|
16
|
+ <allow-intent href="geo:*" />
|
|
17
|
+ <platform name="android">
|
|
18
|
+ <allow-intent href="market:*" />
|
|
19
|
+ </platform>
|
|
20
|
+ <platform name="ios">
|
|
21
|
+ <allow-intent href="https://widget.justcast.com/*" />
|
|
22
|
+ <access origin="https://widget.justcast.com/*" />
|
|
23
|
+ <allow-navigation href="https://widget.justcast.com/*" />
|
|
24
|
+
|
|
25
|
+ <access origin="*" />
|
|
26
|
+
|
|
27
|
+ </platform>
|
|
28
|
+</widget>
|