Skip to content

Commit 886e9ab

Browse files
committed
Re-ordered keys for readability
1 parent f5f1600 commit 886e9ab

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

brave-omnibox/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.braveomnibox.com",
99
"default_locale": "en",
10-
"omnibox": { "keyword" : "@brave" },
11-
"action": { "default_title": "Ask Brave 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 Brave AI" },
18+
"omnibox": { "keyword" : "@brave" },
1919
"background": { "service_worker": "service-worker.js" },
2020
"minimum_chrome_version": "88"
2121
}

brave-omnibox/firefox/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"author": "Adam Lui",
88
"homepage_url": "https://www.braveomnibox.com",
99
"default_locale": "en",
10-
"action": { "default_title": "Ask Brave AI" },
1110
"icons": {
1211
"16": "icons/icon16.png",
1312
"32": "icons/icon32.png",
1413
"48": "icons/icon48.png",
1514
"64": "icons/icon64.png",
1615
"128": "icons/icon128.png"
1716
},
17+
"action": { "default_title": "Ask Brave AI" },
1818
"chrome_settings_overrides": {
1919
"search_provider": {
2020
"name": "Brave",

chatgpt-omnibox/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.chatgptomnibox.com",
99
"default_locale": "en",
10-
"omnibox": { "keyword" : "@chatgpt" },
11-
"action": { "default_title": "Ask ChatGPT" },
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 ChatGPT" },
18+
"omnibox": { "keyword" : "@chatgpt" },
1919
"background": { "service_worker": "service-worker.js" },
2020
"minimum_chrome_version": "88"
2121
}

chatgpt-omnibox/firefox/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"author": "Adam Lui",
88
"homepage_url": "https://www.chatgptomnibox.com",
99
"default_locale": "en",
10-
"action": { "default_title": "Ask ChatGPT" },
1110
"icons": {
1211
"16": "icons/icon16.png",
1312
"32": "icons/icon32.png",
1413
"48": "icons/icon48.png",
1514
"64": "icons/icon64.png",
1615
"128": "icons/icon128.png"
1716
},
17+
"action": { "default_title": "Ask ChatGPT" },
1818
"chrome_settings_overrides": {
1919
"search_provider": {
2020
"name": "Ask ChatGPT",

perplexity-omnibox/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
}

phind-omnibox/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.phindomnibox.com",
99
"default_locale": "en",
10-
"omnibox": { "keyword" : "@phind" },
11-
"action": { "default_title": "Ask Phind 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 Phind AI" },
18+
"omnibox": { "keyword" : "@phind" },
1919
"background": { "service_worker": "service-worker.js" },
2020
"minimum_chrome_version": "88"
2121
}

phind-omnibox/firefox/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"author": "Adam Lui",
88
"homepage_url": "https://www.phindomnibox.com",
99
"default_locale": "en",
10-
"action": { "default_title": "Ask Phind AI" },
1110
"icons": {
1211
"16": "icons/icon16.png",
1312
"32": "icons/icon32.png",
1413
"48": "icons/icon48.png",
1514
"64": "icons/icon64.png",
1615
"128": "icons/icon128.png"
1716
},
17+
"action": { "default_title": "Ask Phind AI" },
1818
"chrome_settings_overrides": {
1919
"search_provider": {
2020
"name": "Phind",

you.com-omnibox/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.youomnibox.com",
99
"default_locale": "en",
10-
"omnibox": { "keyword" : "@you" },
11-
"action": { "default_title": "Ask You.com 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 You.com AI" },
18+
"omnibox": { "keyword" : "@you" },
1919
"background": { "service_worker": "service-worker.js" },
2020
"minimum_chrome_version": "88"
2121
}

you.com-omnibox/firefox/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"author": "Adam Lui",
88
"homepage_url": "https://www.youomnibox.com",
99
"default_locale": "en",
10-
"action": { "default_title": "Ask You.com AI" },
1110
"icons": {
1211
"16": "icons/icon16.png",
1312
"32": "icons/icon32.png",
1413
"48": "icons/icon48.png",
1514
"64": "icons/icon64.png",
1615
"128": "icons/icon128.png"
1716
},
17+
"action": { "default_title": "Ask You.com AI" },
1818
"chrome_settings_overrides": {
1919
"search_provider": {
2020
"name": "You.com",

0 commit comments

Comments
 (0)