Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
it's unclear how this key works, removing the key doesn't hide the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Jan 15, 2018
1 parent 1f2c3ea commit 701ac92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/build-defender.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,11 @@
manifest["background"]["persistent"] = true;
manifest["minimum_edge_version"] = "40.15063.674.0";

/*
// TODO 2018-01-14: Edge seems to only care whether this key exists, and not it's value
manifest["browser_specific_settings"] = {
"edge": {
"browser_action_next_to_addressbar": false,
},
};
*/
}

await fs.writeFile(buildPath + "/manifest.json", JSON.stringify(manifest, null, 2), "utf8");
Expand Down

0 comments on commit 701ac92

Please sign in to comment.