diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-12 11:08:02 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-12 11:08:02 -0500 |
| commit | 20bc85a94d0d3b317411bd68e038c378b2592f00 (patch) | |
| tree | 0428c03c9989a9f62c078dcc790d6a8a9992292f /package.json | |
| parent | 222673f7069cd90bef56e9205b9905301c1ac95b (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 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json index 7896aebc..f6f0113e 100644 --- a/package.json +++ b/package.json @@ -90,16 +90,23 @@ "locator": "https://github.com/pliablepixels/cordova-plugin-media", "id": "cordova-plugin-media" }, - "cordova-plugin-photo-library", "cordova-plugin-add-swift-support", "cordova-plugin-file-transfer", { "locator": "https://github.com/FlyingDonkeyDev/cordova-library-helper", "id": "cordova-library-helper" }, + "cordova-plugin-photo-library", { "locator": "https://github.com/hypery2k/cordova-certificate-plugin", "id": "cordova-plugin-certificates" + }, + { + "id": "cordova-plugin-customurlscheme", + "locator": "cordova-plugin-customurlscheme", + "variables": { + "URL_SCHEME": "zmninja" + } } ], "cordovaPlatforms": [ |
