diff options
Diffstat (limited to 'plugins/fetch.json')
| -rw-r--r-- | plugins/fetch.json | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 52347d9f..079ef67c 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -37,23 +37,32 @@ }, "cordova-plugin-whitelist": { "source": { - "type": "git", - "url": "https://github.com/apache/cordova-plugin-whitelist.git", - "subdir": "." - } + "type": "registry", + "id": "cordova-plugin-whitelist" + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-inappbrowser": { + "source": { + "type": "registry", + "id": "cordova-plugin-inappbrowser" + }, + "is_top_level": true, + "variables": {} }, "cordova-plugin-crosswalk-webview": { "source": { - "type": "local", - "path": "engine/cordova-crosswalk-engine-c0.7.1" + "type": "registry", + "id": "cordova-plugin-crosswalk-webview" }, "is_top_level": true, "variables": {} }, - "cordova-plugin-inappbrowser": { + "cordova-plugin-splashscreen": { "source": { "type": "registry", - "id": "cordova-plugin-inappbrowser" + "id": "cordova-plugin-splashscreen" }, "is_top_level": true, "variables": {} |
