From d0d3aaf7af63afa041e9af145267b0bb04ee729f Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sat, 10 Oct 2015 11:28:44 -0400 Subject: Notifications now have a blop sound, also handling application badges --- .../package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 plugins/de.appplant.cordova.common.registerusernotificationsettings/package.json (limited to 'plugins/de.appplant.cordova.common.registerusernotificationsettings/package.json') diff --git a/plugins/de.appplant.cordova.common.registerusernotificationsettings/package.json b/plugins/de.appplant.cordova.common.registerusernotificationsettings/package.json new file mode 100644 index 00000000..9de11497 --- /dev/null +++ b/plugins/de.appplant.cordova.common.registerusernotificationsettings/package.json @@ -0,0 +1,21 @@ +{ + "version": "1.0.1", + "name": "de.appplant.cordova.common.registerusernotificationsettings", + "cordova_name": "RegisterUserNotificationSettings", + "description": "Implements didRegisterUserNotificationSettings and broadcasts the event.", + "license": "Apache 2.0", + "repo": "https://github.com/katzer/cordova-common-registerusernotificationsettings", + "keywords": [ + "appplant", + "didRegisterUserNotificationSettings" + ], + "platforms": [ + "ios" + ], + "engines": [ + { + "name": "cordova", + "version": ">=3.0.0" + } + ] +} \ No newline at end of file -- cgit v1.2.3