diff --git a/patches/patchManifestV2.py b/patches/patchManifestV2.py index 10b0107..cc99804 100644 --- a/patches/patchManifestV2.py +++ b/patches/patchManifestV2.py @@ -7,7 +7,7 @@ orig["short_name"] = "Sunsetvault" orig["author"] = "Sunset Edu. & Tech. Group and Bitwarden® community" orig["homepage_url"] = "https://github.com/SunsetMkt/Sunsetvault" -del orig["applications"]["gecko"]["id"] +del orig["__firefox__browser_specific_settings"]["gecko"]["id"] orig["description"] = ( "Sunsetvault is an exclusive build of the popular open source password manager, designed for internal use by SETG." ) diff --git a/patches/patchManifestV3.py b/patches/patchManifestV3.py index 43d84f4..dfa1ba7 100644 --- a/patches/patchManifestV3.py +++ b/patches/patchManifestV3.py @@ -7,7 +7,7 @@ orig["short_name"] = "Sunsetvault" orig["author"] = "Sunset Edu. & Tech. Group and Bitwarden® community" orig["homepage_url"] = "https://github.com/SunsetMkt/Sunsetvault" -del orig["applications"]["gecko"]["id"] +del orig["__firefox__browser_specific_settings"]["gecko"]["id"] orig["description"] = ( "Sunsetvault is an exclusive build of the popular open source password manager, designed for internal use by SETG." )