Skip to content

Commit

Permalink
Added media/asset host URLs ↞ [auto-sync from https://github.com/Kudo…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Nov 18, 2024
1 parent a63365a commit 01627d6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion starters/chrome/extension/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
// Init APP data
const app = { symbol: '🤖', urls: { gitHub: 'https://github.com/KudoAI/chatgpt.js-chrome-starter' }}
const app = {
symbol: '🤖',
urls: {
cjsMediaHost: 'https://media.chatgptjs.org',
gitHub: 'https://github.com/KudoAI/chatgpt.js-chrome-starter',
assetHost: 'https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js-chrome-starter'
}
}
chrome.storage.sync.set({ app })

// Launch ChatGPT on install
Expand Down

0 comments on commit 01627d6

Please sign in to comment.