diff options
Diffstat (limited to 'plugins/fetch.json')
| -rw-r--r-- | plugins/fetch.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 3b007112..9c0cfb80 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -154,5 +154,39 @@ }, "is_top_level": true, "variables": {} + }, + "de.appplant.cordova.plugin.local-notification": { + "source": { + "type": "git", + "url": "https://github.com/katzer/cordova-plugin-local-notifications.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-device": { + "source": { + "type": "registry", + "id": "cordova-plugin-device" + }, + "is_top_level": false, + "variables": {} + }, + "de.appplant.cordova.common.registerusernotificationsettings": { + "source": { + "type": "registry", + "id": "de.appplant.cordova.common.registerusernotificationsettings" + }, + "is_top_level": false, + "variables": {} + }, + "de.appplant.cordova.plugin.badge": { + "source": { + "type": "git", + "url": "https://github.com/katzer/cordova-plugin-badge.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} } }
\ No newline at end of file |
