1 <?xml version='1.0' encoding='utf-8'?>
2 <widget id="org.hackdaworld.modular" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
5 A simple app to count whatever you like.
7 <author email="hackbard@hackdaworld.org" href="http://hackdaworld.org">
8 hackbard@hackdaworld.org
10 <content src="index.html" />
11 <plugin name="cordova-plugin-whitelist" spec="1" />
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:*" />
23 <allow-intent href="itms:*" />
24 <allow-intent href="itms-apps:*" />