Skip to content

Commit

Permalink
remove("id")
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt committed May 23, 2024
1 parent 97edbfc commit 626d215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patchManifestV2.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
orig["homepage_url"] = "https://github.com/lwd-temp/bitwarden-browser-extension-builder"
orig["browser_action"]["default_title"] = "Sunsetwarden"
orig["sidebar_action"]["default_title"] = "Sunsetwarden"
orig["applications"]["gecko"]["id"] = "{bc4d86b4-6996-40b9-b15f-aba0d3fedbf4}"
orig["applications"]["gecko"].remove("id")
orig["description"] = (
"Sunsetwarden is an exclusive build of the popular password manager Bitwarden, designed for internal use by SETG."
)
Expand Down
2 changes: 1 addition & 1 deletion patchManifestV3.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
orig["homepage_url"] = "https://github.com/lwd-temp/bitwarden-browser-extension-builder"
orig["action"]["default_title"] = "Sunsetwarden"
orig["sidebar_action"]["default_title"] = "Sunsetwarden"
orig["applications"]["gecko"]["id"] = "{bc4d86b4-6996-40b9-b15f-aba0d3fedbf4}"
orig["applications"]["gecko"].remove("id")
orig["description"] = (
"Sunsetwarden is an exclusive build of the popular password manager Bitwarden, designed for internal use by SETG."
)
Expand Down

0 comments on commit 626d215

Please sign in to comment.