summaryrefslogtreecommitdiff
path: root/StoneIsland/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/config.xml')
-rw-r--r--StoneIsland/config.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml
new file mode 100644
index 00000000..b57b1693
--- /dev/null
+++ b/StoneIsland/config.xml
@@ -0,0 +1,28 @@
+<?xml version='1.0' encoding='utf-8'?>
+<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+ <name>StoneIsland</name>
+ <description>
+ Stone Island app
+ </description>
+ <author email="frontdesk@okfoc.us" href="http://okfoc.us/">
+ OKFocus
+ </author>
+ <content src="index.html" />
+ <plugin name="cordova-plugin-whitelist" version="1" />
+ <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:*" />
+ <preference name="BackupWebStorage" value="local"/>
+ <preference name="KeyboardDisplayRequiresUserAction" value="false"/>
+ </platform>
+</widget>