diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-10 11:28:44 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-10 11:28:44 -0400 |
| commit | d0d3aaf7af63afa041e9af145267b0bb04ee729f (patch) | |
| tree | be718a451ed33afeead4d87c186fe231fe09a444 /plugins/de.appplant.cordova.plugin.badge/package.json | |
| parent | 7b0d282994db52cc4bc6b62b33ce05efbb522fae (diff) | |
Notifications now have a blop sound, also handling application badges
Diffstat (limited to 'plugins/de.appplant.cordova.plugin.badge/package.json')
| -rw-r--r-- | plugins/de.appplant.cordova.plugin.badge/package.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/plugins/de.appplant.cordova.plugin.badge/package.json b/plugins/de.appplant.cordova.plugin.badge/package.json new file mode 100644 index 00000000..391794a7 --- /dev/null +++ b/plugins/de.appplant.cordova.plugin.badge/package.json @@ -0,0 +1,40 @@ +{ + "version": "0.7.1", + "name": "de.appplant.cordova.plugin.badge", + "cordova_name": "Cordova Badge Plugin", + "description": "Cordova plugin to access and modify the badge number of the app icon", + "author": "Sebastián Katzer", + "license": "Apache 2.0", + "repo": "https://github.com/katzer/cordova-plugin-badge.git", + "issue": "https://github.com/katzer/cordova-plugin-badge/issues", + "keywords": [ + "appplant", + "badge", + "cordova", + "ecosystem:cordova", + "cordova-android", + "cordova-amazon-fireos", + "cordova-ios", + "cordova-wp8", + "cordova-windows", + "cordova-browser" + ], + "platforms": [ + "ios", + "wp8", + "android", + "amazon-fireos", + "browser", + "windows" + ], + "engines": [ + { + "name": "cordova", + "version": ">=3.0.0" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/katzer/cordova-plugin-badge.git" + } +} |
