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.
1 parent b3367d8 commit c69049cCopy full SHA for c69049c
chromium/extension/manifest.json
@@ -7,15 +7,15 @@
7
"author": "Adam Lui",
8
"homepage_url": "https://www.perplexityomnibox.com",
9
"default_locale": "en",
10
- "omnibox": { "keyword" : "@perplexity" },
11
- "action": { "default_title": "Ask Perplexity.ai" },
12
"icons": {
13
"16": "icons/icon16.png",
14
"32": "icons/icon32.png",
15
"48": "icons/icon48.png",
16
"64": "icons/icon64.png",
17
"128": "icons/icon128.png"
18
},
+ "action": { "default_title": "Ask Perplexity.ai" },
+ "omnibox": { "keyword" : "@perplexity" },
19
"background": { "service_worker": "service-worker.js" },
20
"minimum_chrome_version": "88"
21
}
0 commit comments