Skip to content

Commit eafcb76

Browse files
author
hoang.tran12
committed
fix import + remove background page
1 parent 88b729c commit eafcb76

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

manifest.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
],
2727
"host_permissions": ["<all_urls>"],
2828
"options_page": "./pages/options/options.html",
29-
"background": {
30-
"service_worker": "scripts/background-scripts/index.js",
31-
"type": "module"
32-
},
3329
"content_scripts": [
3430
{
3531
"matches": ["<all_urls>"],

scripts/helpers/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { GlobalBlackList } from "./constants.js";
2-
import { patternToRegex } from "./webext-patterns.js";
32

43
export async function sendEventToBackground(data) {
54
// console.log("... Sending ", data, " to background...");

0 commit comments

Comments
 (0)