Skip to content

Commit d01508c

Browse files
committed
Bumped app.commitHashes.app ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent 4514837 commit d01508c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromium/extension/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const perplexityURL = 'https://www.perplexity.ai'
22

33
// Init APP data
44
;(async () => {
5-
const app = { commitHashes: { app: '2d6f432' }} // for cached app.json
5+
const app = { commitHashes: { app: '4514837' }} // for cached app.json
66
app.urls = { resourceHost: `https://cdn.jsdelivr.net/gh/adamlui/perplexity-omnibox@${app.commitHashes.app}` }
77
const remoteAppData = await (await fetch(`${app.urls.resourceHost}/assets/data/app.json`)).json()
88
Object.assign(app, { ...remoteAppData, urls: { ...app.urls, ...remoteAppData.urls }})

0 commit comments

Comments
 (0)