This plugin is a dependency for a few other chromium plugins.
- Update code comment
- chrome.runtime: fix getURL when running in Cordova (fixes #487) - Only use manifest to resolve url when running in a Chrome App - Generate correct urls when running under Cordova, based on current location
- Make all Event.fire()s equate to queueStartUpEvent calls.
- Change helpers.delayDeviceReadyUntil() and helpers.queueLifeCycleEvent()
- Allow setting error.code as well as error.message for callbackWithError()
- Don't log all errors by default, let apps handle runtime.lastError silently
- chrome.alarms: Make it more robust and prevent onLaunched when onAlarm is the cause of the Activity starting up
- Documentation updates.