Skip to content

Commit

Permalink
CPGPT_UNINSTALL_TYPEFORM_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandutta2007 committed Nov 22, 2023
1 parent e2c93bd commit 87928fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { ChatGPTProvider, getChatGPTAccessToken, sendMessageFeedback } from './p
import { OpenAIProvider } from './providers/openai'
import { Provider } from './types'

const CPGPT_UNINSTALL_TYPEFORM_URL = 'https://survey.typeform.com/to/hfCemvjy'

async function generateAnswers(
port: Browser.Runtime.Port,
question: string,
Expand Down Expand Up @@ -80,3 +82,5 @@ Browser.runtime.onInstalled.addListener((details) => {
Browser.runtime.openOptionsPage()
}
})

Browser.runtime.setUninstallURL(CPGPT_UNINSTALL_TYPEFORM_URL)

0 comments on commit 87928fc

Please sign in to comment.