diff options
Diffstat (limited to 'plugins/fetch.json')
| -rw-r--r-- | plugins/fetch.json | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json new file mode 100644 index 00000000..6ce7fb89 --- /dev/null +++ b/plugins/fetch.json @@ -0,0 +1,59 @@ +{ + "org.apache.cordova.device": { + "source": { + "type": "registry", + "id": "org.apache.cordova.device" + } + }, + "org.apache.cordova.console": { + "source": { + "type": "registry", + "id": "org.apache.cordova.console" + } + }, + "com.ionic.keyboard": { + "source": { + "type": "registry", + "id": "com.ionic.keyboard" + }, + "is_top_level": true, + "variables": {} + }, + "org.apache.cordova.splashscreen": { + "source": { + "type": "registry", + "id": "org.apache.cordova.splashscreen" + }, + "is_top_level": true, + "variables": {} + }, + "org.apache.cordova.statusbar": { + "source": { + "type": "registry", + "id": "org.apache.cordova.statusbar" + } + }, + "cordova-plugin-whitelist": { + "source": { + "type": "git", + "url": "https://github.com/apache/cordova-plugin-whitelist.git", + "subdir": "." + } + }, + "cordova-plugin-crosswalk-webview": { + "source": { + "type": "local", + "path": "engine/cordova-crosswalk-engine-c0.7.1" + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-inappbrowser": { + "source": { + "type": "registry", + "id": "cordova-plugin-inappbrowser" + }, + "is_top_level": true, + "variables": {} + } +}
\ No newline at end of file |
