We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
app.commitHashes.app
1 parent 4514837 commit d01508cCopy full SHA for d01508c
chromium/extension/service-worker.js
@@ -2,7 +2,7 @@ const perplexityURL = 'https://www.perplexity.ai'
2
3
// Init APP data
4
;(async () => {
5
- const app = { commitHashes: { app: '2d6f432' }} // for cached app.json
+ const app = { commitHashes: { app: '4514837' }} // for cached app.json
6
app.urls = { resourceHost: `https://cdn.jsdelivr.net/gh/adamlui/perplexity-omnibox@${app.commitHashes.app}` }
7
const remoteAppData = await (await fetch(`${app.urls.resourceHost}/assets/data/app.json`)).json()
8
Object.assign(app, { ...remoteAppData, urls: { ...app.urls, ...remoteAppData.urls }})
0 commit comments