We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b729c commit eafcb76Copy full SHA for eafcb76
manifest.json
@@ -26,10 +26,6 @@
26
],
27
"host_permissions": ["<all_urls>"],
28
"options_page": "./pages/options/options.html",
29
- "background": {
30
- "service_worker": "scripts/background-scripts/index.js",
31
- "type": "module"
32
- },
33
"content_scripts": [
34
{
35
"matches": ["<all_urls>"],
scripts/helpers/utils.js
@@ -1,5 +1,4 @@
1
import { GlobalBlackList } from "./constants.js";
2
-import { patternToRegex } from "./webext-patterns.js";
3
4
export async function sendEventToBackground(data) {
5
// console.log("... Sending ", data, " to background...");
0 commit comments