Skip to content

Commit

Permalink
orig["applications"]["gecko"]["id"]
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt committed May 22, 2024
1 parent 1c279f9 commit bcf55e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion last_browser_tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
browser-v2024.5.0
browser-v2024.4.2aaaaaaaaaaaaaaa
1 change: 1 addition & 0 deletions patchManifestV2.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +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"] = "{096091b7-0c7a-4e9e-a7c2-b9aed40cd430}"

with open("clients/apps/browser/src/manifest.json", "w", encoding="utf-8") as f:
json.dump(orig, f, indent=2)
1 change: 1 addition & 0 deletions patchManifestV3.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +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"] = "{096091b7-0c7a-4e9e-a7c2-b9aed40cd430}"

with open("clients/apps/browser/src/manifest.v3.json", "w", encoding="utf-8") as f:
json.dump(orig, f, indent=2)

0 comments on commit bcf55e4

Please sign in to comment.