UNPKG

cordova-plugin-customurlscheme-ng

Version:

Launch your app by using this URL: mycoolapp://, you can add a path and even pass params like this: mycoolerapp://somepath?foo=bar, supports up to 9 scheme.

40 lines (39 loc) 1.03 kB
{ "name": "cordova-plugin-customurlscheme-ng", "version": "13.0.0", "description": "Launch your app by using this URL: mycoolapp://, you can add a path and even pass params like this: mycoolerapp://somepath?foo=bar, supports up to 9 scheme.", "cordova": { "id": "cordova-plugin-customurlscheme-ng", "platforms": [ "ios", "android" ] }, "repository": { "type": "git", "url": "https://github.com/cmgustavo/Custom-URL-scheme.git" }, "keywords": [ "Custom URL Scheme", "URLscheme", "URL scheme", "Custom URL", "Launch My App", "Launch App", "ecosystem:cordova", "cordova-ios", "cordova-android" ], "engines": [ { "name": "cordova", "version": ">=7.1.0" } ], "author": "Eddy Verbruggen <eddyverbruggen@gmail.com> (https://github.com/EddyVerbruggen)", "license": "MIT", "bugs": { "url": "https://github.com/cmgustavo/Custom-URL-scheme/issues" }, "homepage": "https://github.com/cmgustavo/Custom-URL-scheme#readme" }