Skip to content

Commit f27a508

Browse files
committed
Updated/internationalized short_name + action.default_title + chrome_settings_overrides.search_provider.name ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent ca9228e commit f27a508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chromium/extension/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_appName__",
4-
"short_name": "Perplexity 🔎",
4+
"short_name": "__MSG_prefix_ask__ Perplexity.ai",
55
"description": "__MSG_appDesc__",
66
"version": "2025.2.18",
77
"author": "Adam Lui",
@@ -14,7 +14,7 @@
1414
"64": "icons/icon64.png",
1515
"128": "icons/icon128.png"
1616
},
17-
"action": { "default_title": "Ask Perplexity.ai" },
17+
"action": { "default_title": "__MSG_prefix_ask__ Perplexity.ai" },
1818
"omnibox": { "keyword" : "@perplexity" },
1919
"background": { "service_worker": "service-worker.js" },
2020
"minimum_chrome_version": "88"

0 commit comments

Comments
 (0)