fix: update assets.json contentURL to main branch

This commit is contained in:
Akash Yadav
2025-02-04 18:11:14 +05:30
parent 61d5098711
commit 32af22b2b5
2 changed files with 2 additions and 2 deletions

View File

@@ -26,6 +26,6 @@ pref("browser.translations.alwaysTranslateLanguages", ""); // [DEFAULT]
pref("layout.css.prefers-color-scheme.content-override", 2); // [DEFAULT]
/// Set the URL for the custom assets.json file
pref("ironfox.uBO.assetsBootstrapLocation", "https://gitlab.com/ironfox-oss/IronFox/-/raw/ubo/patches/ubo/assets/assets.json");
pref("ironfox.uBO.assetsBootstrapLocation", "https://gitlab.com/ironfox-oss/IronFox/-/raw/main/patches/main/assets/assets.json");
pref("browser.ironfox.applied", true, locked);

View File

@@ -3,7 +3,7 @@
"content": "internal",
"updateAfter": 13,
"contentURL": [
"https://gitlab.com/ironfox-oss/IronFox/-/raw/ubo/patches/ubo/assets/assets.json",
"https://gitlab.com/ironfox-oss/IronFox/-/raw/main/patches/main/assets/assets.json",
"assets/assets.json"
]
},