mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
Update startup homepage override URL in branding-patch.ts
This commit is contained in:
parent
50af7094ed
commit
e0583c2e94
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zen-browser/surfer",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"description": "Simplifying building firefox forks!",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
|
|
@ -397,7 +397,7 @@ function configureProfileBranding(
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
pref("startup.homepage_override_url", "https://zen-browser.app/welcome/");
|
||||
pref("startup.homepage_override_url", "https://zen-browser.app/whatsnew?v=%VERSION%");
|
||||
pref("startup.homepage_welcome_url", "https://zen-browser.app/welcome/");
|
||||
pref("startup.homepage_welcome_url.additional", "https://zen-browser.app/privacy-policy/");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue