initial checkin (start dialog basically finished)
[outofuni/stafforg.git] / app / config.xml
1 <?xml version='1.0' encoding='utf-8'?>
2 <widget id="org.hackdaworld.stafforg" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3     <name>StaffOrg</name>
4     <description>
5         Crew organization app.
6     </description>
7     <author email="hackbard@hackdaworld.org" href="http://hackdaworld.org">
8         hackbard
9     </author>
10     <content src="index.html" />
11     <plugin name="cordova-plugin-whitelist" spec="1" />
12     <access origin="*" />
13     <allow-intent href="http://*/*" />
14     <allow-intent href="https://*/*" />
15     <allow-intent href="tel:*" />
16     <allow-intent href="sms:*" />
17     <allow-intent href="mailto:*" />
18     <allow-intent href="geo:*" />
19     <platform name="android">
20         <allow-intent href="market:*" />
21     </platform>
22     <platform name="ios">
23         <allow-intent href="itms:*" />
24         <allow-intent href="itms-apps:*" />
25     </platform>
26 </widget>