webext-bugs
Advanced tools
| import { isChrome } from 'webext-detect'; | ||
| import { createContextMenu } from 'webext-tools'; | ||
| import createContextMenu from 'webext-tools/create-context-menu.js'; | ||
| const manifest = chrome.runtime.getManifest(); | ||
@@ -4,0 +4,0 @@ if (!manifest.options_page && !manifest.options_ui) { |
+2
-2
| { | ||
| "name": "webext-bugs", | ||
| "version": "2.0.1", | ||
| "version": "2.0.2", | ||
| "description": "WebExtension module: Useful fixes and workarounds for browser extension shortcomings", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
| "webext-detect": "^5.3.2", | ||
| "webext-tools": "^3.0.0" | ||
| "webext-tools": "^4.0.2" | ||
| }, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
6823
0.28%+ Added
- Removed
- Removed
Updated