mirror of
https://github.com/mengxi-ream/read-frog.git
synced 2026-04-30 01:56:46 +00:00
16 lines
697 B
Bash
16 lines
697 B
Bash
# Optional overrides for the extension's runtime URLs/domains.
|
|
# By default the extension uses production readfrog.app values.
|
|
# When WXT_USE_LOCAL_PACKAGES=true, it instead falls back to localhost values.
|
|
# Values must already be canonical:
|
|
# - URLs must not end with a trailing slash
|
|
# - origins/domains are comma-separated with no spaces
|
|
#
|
|
# WXT_API_URL=https://api.readfrog.app
|
|
# WXT_WEBSITE_URL=https://www.readfrog.app
|
|
# WXT_OFFICIAL_SITE_ORIGINS=https://readfrog.app,https://www.readfrog.app
|
|
# WXT_AUTH_COOKIE_DOMAINS=readfrog.app
|
|
#
|
|
# Required in poduction:
|
|
# WXT_GOOGLE_CLIENT_ID=your-google-client-id
|
|
# WXT_POSTHOG_HOST=https://us.i.posthog.com
|
|
# WXT_POSTHOG_API_KEY=phc_your_posthog_key
|