domain update

update all the get-zen.versel.app to www.zen-browser.app
btw, you need to update the link on repo
This commit is contained in:
NOCanoa
2024-08-07 01:03:24 +01:00
parent 5dfaef2594
commit 9474fa3f3c
3 changed files with 9 additions and 9 deletions

View File

@@ -3,9 +3,9 @@
Experience tranquillity while browsing the web without people tracking you! Experience tranquillity while browsing the web without people tracking you!
* [Website](https://get-zen.vercel.app) * [Website](https://www.zen-browser.app)
* [Download](https://get-zen.vercel.app/download) * [Download](https://www.zen-browser.app/download)
* [Release Notes](https://get-zen.vercel.app/release-notes/latest) * [Release Notes](https://www.zen-browser.app/release-notes/latest)
<a href='https://flathub.org/apps/io.github.zen_browser.zen'> <a href='https://flathub.org/apps/io.github.zen_browser.zen'>
<img width='240' alt='Get it on Flathub' src='https://flathub.org/api/badge?locale=en'/> <img width='240' alt='Get it on Flathub' src='https://flathub.org/api/badge?locale=en'/>
@@ -15,7 +15,7 @@ Experience tranquillity while browsing the web without people tracking you!
Zen is currently built using firefox version `129.0`! Zen is currently built using firefox version `129.0`!
* Checkout the latest [releases notes](https://get-zen.vercel.app/release-notes)! * Checkout the latest [releases notes](https://www.zen-browser.app/release-notes)!
# Performance # Performance

View File

@@ -98,10 +98,10 @@ pref('dom.private-attribution.submission.enabled', false);
pref('media.eme.enabled', true); pref('media.eme.enabled', true);
pref('webgl.disabled', false); pref('webgl.disabled', false);
pref("app.update.url.manual", "https://get-zen.vercel.app/download"); pref("app.update.url.manual", "https://www.zen-browser.app/download");
pref("app.update.url.details", "hhttps://get-zen.vercel.app/download"); pref("app.update.url.details", "hhttps://www.zen-browser.app/download");
pref("app.releaseNotesURL", "https://get-zen.vercel.app/release-notes"); pref("app.releaseNotesURL", "https://www.zen-browser.app/release-notes");
pref("app.releaseNotesURL.aboutDialog", "https://get-zen.vercel.app/release-notes"); pref("app.releaseNotesURL.aboutDialog", "https://www.zen-browser.app/release-notes");
// Enable importers for other browsers // Enable importers for other browsers
pref('browser.migrate.vivaldi.enabled', true); pref('browser.migrate.vivaldi.enabled', true);

View File

@@ -18,7 +18,7 @@ ChromeUtils.defineModuleGetter(
Services.scriptloader.loadSubScript("chrome://browser/content/ZenUIManager.mjs"); Services.scriptloader.loadSubScript("chrome://browser/content/ZenUIManager.mjs");
const kWelcomeURL = 'https://get-zen.vercel.app/welcome'; const kWelcomeURL = 'https://www.zen-browser.app/welcome';
const kWelcomeSeenPref = 'zen.welcomeScreen.seen' const kWelcomeSeenPref = 'zen.welcomeScreen.seen'
// ============================================================================= // =============================================================================