Implements the chrome.runtime
and chrome.app.runtime
namespaces.
- Switch from chrome-extension: to gopher: to fix apps being broken on latest Andrew WebView (http://crbug.com/513352)
- Renamed plugin to pubilsh to NPM
- Parse manifest via JSON.parse for CSP-complaince
- Fix getURL when running in Cordova (fixes #487)
- Correctly handle missing manifest.json (Fixes #486)
- Documentation updates.