diff --git a/src/constants.ts b/src/constants.ts index 6d25c5d..ed6bc00 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -2,6 +2,7 @@ const fakeChromeVersion = '103'; export const Constants = { BRANDING_NAME: `pxTwitter`, + HOST_URL: `https://pxtwitter.com`, REDIRECT_URL: 'https://twitter.com/dangeredwolf', TWITTER_ROOT: 'https://twitter.com', TWITTER_API_ROOT: 'https://api.twitter.com', @@ -40,7 +41,7 @@ export const Constants = { }, RESPONSE_HEADERS: { 'content-type': 'text/html;charset=UTF-8', - 'x-powered-by': 'Black Magic' + 'x-powered-by': '🏳️‍⚧️ Trans Rights' // 'cache-control': 'max-age=1' }, DEFAULT_COLOR: '#10A3FF'