summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-12-12 11:08:02 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-12-12 11:08:02 -0500
commit20bc85a94d0d3b317411bd68e038c378b2592f00 (patch)
tree0428c03c9989a9f62c078dcc790d6a8a9992292f /config.xml
parent222673f7069cd90bef56e9205b9905301c1ac95b (diff)
inital code - custom url scheme for #411. zmninja:// launches the app. zmninja://<mid> takes us to live view for mid. needs more testing.
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.xml b/config.xml
index a8f2ef3a..4e71f473 100644
--- a/config.xml
+++ b/config.xml
@@ -93,4 +93,10 @@
<plugin name="cordova-plugin-photo-library" spec="~1.2.0">
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="images to gallery" />
</plugin>
+ <plugin name="cordova-plugin-customurlscheme" spec="~4.2.0">
+ <variable name="URL_SCHEME" value="zmninja" />
+ <variable name="ANDROID_SCHEME" value=" " />
+ <variable name="ANDROID_HOST" value=" " />
+ <variable name="ANDROID_PATHPREFIX" value="/" />
+ </plugin>
</widget>