diff --git a/last_browser_tag.txt b/last_browser_tag.txt index 1611593..7c878ab 100644 --- a/last_browser_tag.txt +++ b/last_browser_tag.txt @@ -1 +1 @@ -browser-v2024.5.0 +browser-v2024.4.2aaaaaaaaaaaaaaa diff --git a/patchManifestV2.py b/patchManifestV2.py index e7c554a..a80c268 100644 --- a/patchManifestV2.py +++ b/patchManifestV2.py @@ -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) diff --git a/patchManifestV3.py b/patchManifestV3.py index 754108b..7d0fa7a 100644 --- a/patchManifestV3.py +++ b/patchManifestV3.py @@ -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)