Skip to content

Commit c69049c

Browse files
committed
Re-ordered keys for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent b3367d8 commit c69049c

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
@@ -7,15 +7,15 @@
77
"author": "Adam Lui",
88
"homepage_url": "https://www.perplexityomnibox.com",
99
"default_locale": "en",
10-
"omnibox": { "keyword" : "@perplexity" },
11-
"action": { "default_title": "Ask Perplexity.ai" },
1210
"icons": {
1311
"16": "icons/icon16.png",
1412
"32": "icons/icon32.png",
1513
"48": "icons/icon48.png",
1614
"64": "icons/icon64.png",
1715
"128": "icons/icon128.png"
1816
},
17+
"action": { "default_title": "Ask Perplexity.ai" },
18+
"omnibox": { "keyword" : "@perplexity" },
1919
"background": { "service_worker": "service-worker.js" },
2020
"minimum_chrome_version": "88"
2121
}

0 commit comments

Comments
 (0)