Bug Fixes
- Removed
browser.runtime.getBrowserInfo()
, as it is not available in Chromium-based browsers (#200) - The webextension-polyfill now throws an error when loaded in non-extension contexts (#190)
Docs
- README.md: Added a new "Usage with webpack without bundling" section (#194)
- README.md: Clarify why Chrome-only methods have no Promise (#183)