summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
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>