mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
Set default extension links
This commit is contained in:
parent
28cb9243bc
commit
fc76a84bc8
1 changed files with 2 additions and 0 deletions
|
@ -94,9 +94,11 @@ export function conf(): RuntimeConfig {
|
|||
DMCA_EMAIL: getKey("DMCA_EMAIL"),
|
||||
ONBOARDING_CHROME_EXTENSION_INSTALL_LINK: getKey(
|
||||
"ONBOARDING_CHROME_EXTENSION_INSTALL_LINK",
|
||||
"https://chromewebstore.google.com/detail/movie-web-extension/hoffoikpiofojilgpofjhnkkamfnnhmm",
|
||||
),
|
||||
ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK: getKey(
|
||||
"ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK",
|
||||
"https://addons.mozilla.org/en-GB/firefox/addon/movie-web-extension",
|
||||
),
|
||||
ONBOARDING_PROXY_INSTALL_LINK: getKey("ONBOARDING_PROXY_INSTALL_LINK"),
|
||||
BACKEND_URL: getKey("BACKEND_URL", BACKEND_URL),
|
||||
|
|
Loading…
Reference in a new issue