diff --git a/backend/.env.production b/backend/.env.production index 64b0f19..7453f15 100644 --- a/backend/.env.production +++ b/backend/.env.production @@ -1,5 +1,5 @@ # The URL at which the /api/auth endpoint from the backend is hosted -AUTH_URL=http://localhost:3000/api/auth +AUTH_URL=https://calendar-plus.patii.uk/api/auth # Replace kgbb... with the ID of the extension GOOGLE_CLIENT_REDIRECT_URL=https://kgbbebdcmdgkbopcffmpgkgcmcoomhmh.chromiumapp.org/ \ No newline at end of file diff --git a/manifest.json b/manifest.json index 625aaf9..6ac260f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Calendar Plus", "short_name": "Calendar Plus", - "version": "1.3.0", + "version": "1.3.1", "description": "Google Calendar extension that provides insights into where your time goes. Includes power user tools, data export and customization", "author": "Max Patiiuk", "manifest_version": 3, @@ -40,4 +40,4 @@ "cross_origin_opener_policy": { "value": "same-origin" } -} \ No newline at end of file +}