diff --git a/src/utils/google-api.ts b/src/utils/google-api.ts index fd2bd8a..3dd4340 100644 --- a/src/utils/google-api.ts +++ b/src/utils/google-api.ts @@ -30,7 +30,7 @@ export const stateToFile = () => { const blob = new Blob([JSON.stringify(partializedState)], { type: 'application/json', }); - const file = new File([blob], 'better-chatgpt.json', { + const file = new File([blob], 'Devin-chatgpt.json', { type: 'application/json', });