webext-bugs
Advanced tools
@@ -12,3 +12,3 @@ import { isChrome } from 'webext-detect'; | ||
| id: 'WEBEXT_BUGS_OPTIONS', | ||
| title: 'Options…', | ||
| title: 'Options', | ||
| contexts: 'action' in chrome ? ['action'] : ['browser_action'], | ||
@@ -15,0 +15,0 @@ onclick: async () => chrome.runtime.openOptionsPage(), |
+9
-19
| { | ||
| "name": "webext-bugs", | ||
| "version": "1.1.1", | ||
| "version": "1.1.2", | ||
| "description": "WebExtension module: Useful fixes and workarounds for browser extension shortcomings", | ||
@@ -34,16 +34,5 @@ "keywords": [ | ||
| }, | ||
| "xo": { | ||
| "envs": [ | ||
| "browser" | ||
| ], | ||
| "globals": [ | ||
| "chrome" | ||
| ], | ||
| "rules": { | ||
| "import/no-unassigned-import": "off" | ||
| } | ||
| }, | ||
| "dependencies": { | ||
| "filter-altered-clicks": "^2.1.1", | ||
| "webext-alert": "^1.0.3", | ||
| "webext-alert": "^1.1.0", | ||
| "webext-detect": "^5.3.2", | ||
@@ -54,8 +43,9 @@ "webext-polyfill-kinda": "^1.0.2", | ||
| "devDependencies": { | ||
| "@parcel/config-webextension": "^2.13.3", | ||
| "@sindresorhus/tsconfig": "^7.0.0", | ||
| "@types/chrome": "^0.0.299", | ||
| "parcel": "^2.13.3", | ||
| "typescript": "^5.7.3", | ||
| "xo": "^0.60.0" | ||
| "@parcel/config-webextension": "^2.16.4", | ||
| "@sindresorhus/tsconfig": "^8.1.0", | ||
| "@types/chrome": "^0.1.39", | ||
| "globals": "^17.4.0", | ||
| "parcel": "^2.16.4", | ||
| "typescript": "^6.0.2", | ||
| "xo": "^2.0.2" | ||
| }, | ||
@@ -62,0 +52,0 @@ "engines": { |
7030
-1.58%7
16.67%Updated