forked from EddyVerbruggen/Custom-URL-scheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "4.4.0",
"name": "cordova-plugin-customurlscheme",
"cordova_name": "cordova-custom-config",
"description": "Launch your app by using this URL: mycoolapp://, you can add a path and even pass params like this: mycoolerapp://somepath?foo=bar",
"author": "Eddy Verbruggen <[email protected]> (https://github.com/EddyVerbruggen)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yeahstyle/Custom-URL-scheme.git"
},
"cordova": {
"id": "cordova-plugin-customurlscheme",
"platforms": [
"android",
"ios"
]
},
"keywords": [
"Custom URL Scheme",
"URLscheme",
"URL scheme",
"Custom URL",
"Launch My App",
"Launch App",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
]
}