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.
short_name
action.default_title
chrome_settings_overrides.search_provider.name
1 parent ca9228e commit f27a508Copy full SHA for f27a508
chromium/extension/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 3,
3
"name": "__MSG_appName__",
4
- "short_name": "Perplexity 🔎",
+ "short_name": "__MSG_prefix_ask__ Perplexity.ai",
5
"description": "__MSG_appDesc__",
6
"version": "2025.2.18",
7
"author": "Adam Lui",
@@ -14,7 +14,7 @@
14
"64": "icons/icon64.png",
15
"128": "icons/icon128.png"
16
},
17
- "action": { "default_title": "Ask Perplexity.ai" },
+ "action": { "default_title": "__MSG_prefix_ask__ Perplexity.ai" },
18
"omnibox": { "keyword" : "@perplexity" },
19
"background": { "service_worker": "service-worker.js" },
20
"minimum_chrome_version": "88"
0 commit comments