Skip to content

Commit 4bdce9b

Browse files
committed
fix path for linux
1 parent 0d6fb17 commit 4bdce9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"host_permissions": ["*://*/*", "<all_urls>"],
4545
"options_page": "./pages/options/options.html",
4646
"background": {
47-
"service_worker": "scripts/background-scripts/background_script.js",
47+
"service_worker": "./scripts/background-scripts/background_script.js",
4848
"type": "module"
4949
},
5050
"web_accessible_resources": [
@@ -58,7 +58,7 @@
5858
{
5959
"id": "ruleset_1",
6060
"enabled": true,
61-
"path": "scripts/net-request-rules/rules.json"
61+
"path": "./scripts/net-request-rules/rules.json"
6262
}
6363
]
6464
},

0 commit comments

Comments
 (0)