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 0d6fb17 commit 4bdce9bCopy full SHA for 4bdce9b
manifest.json
@@ -44,7 +44,7 @@
44
"host_permissions": ["*://*/*", "<all_urls>"],
45
"options_page": "./pages/options/options.html",
46
"background": {
47
- "service_worker": "scripts/background-scripts/background_script.js",
+ "service_worker": "./scripts/background-scripts/background_script.js",
48
"type": "module"
49
},
50
"web_accessible_resources": [
@@ -58,7 +58,7 @@
58
{
59
"id": "ruleset_1",
60
"enabled": true,
61
- "path": "scripts/net-request-rules/rules.json"
+ "path": "./scripts/net-request-rules/rules.json"
62
}
63
]
64
0 commit comments