Skip to content

Commit

Permalink
Update manifest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCymer committed Jul 29, 2023
1 parent 5411119 commit 1727421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const main = () => {
if(args.length < 3) args[2] = ""
fs.readFile("./public/manifest.json", 'utf8', (err, manifest) => {
manifest = JSON.parse(manifest)
switch (args[2]) {
switch (args[2].toLowerCase()) {
case "firefox":
fs.writeFileSync("./dist/manifest.json", JSON.stringify({...manifest, ...ff_manifest}));
break;
Expand Down

0 comments on commit 1727421

Please sign in to comment.