diff --git a/src/build.js b/src/build.js index fc753a4..2aa5589 100644 --- a/src/build.js +++ b/src/build.js @@ -84,7 +84,7 @@ copyDir('./', firefoxDir).then(async () => { firefoxManifest.manifest_version = 2; firefoxManifest.background = { "scripts": [ - "background.js" + "src/background.js" ], "persistent": false, "type": "module"