fix: extension automatic setup

This commit is contained in:
Carlos Quintana
2024-07-15 09:05:01 +02:00
parent b4d2eda3e6
commit cead8c33d5
4 changed files with 23 additions and 43 deletions
+2 -2
View File
@@ -119,12 +119,12 @@ const config = {
if (process.env.FIREFOX) {
jsonContent.background = {
"scripts": ["background.js"]
}
};
} else { // CHROME
jsonContent.background = {
"service_worker": "background.js",
"type": "module"
}
};
}
if (process.env.LITE) {