This plugin allows apps to show notifications in the status bar.
Stable on Android; not supported on iOS.
The API reference is here.
- Allow gopher: in URLs (http://crbug.com/513352)
- Allow data: URLs for icons
- Renamed plugin to pubilsh to NPM
- Now using [email protected] for better background processing
- Remove version constraint on backgroundapp dependency due to plugman bug CB-8696
- Use
org.chromium.backgroundapp
for background events
- More fully stub out chrome.notifications on iOS (fixes #485)
- Fix javascript validation when updating notifications (fixes #224)
- Refactor notifications to follow same paradigm as Alarms on Android
- Documentation updates.
- Add support for progress notifications
- Expand basic notification when message text overflows.
- Use
android.support.v4
instead ofcom.google.android-support