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 2882d95 commit 6b126aaCopy full SHA for 6b126aa
extension/manifest.json
@@ -6,17 +6,15 @@
6
"description" : "Adds an 'so' omnibox command to search Stack Overflow.",
7
8
"icons": {
9
- "16": "icons/search_black_16.png",
10
- "18": "icons/search_black_18dp.png",
11
- "24": "icons/search_black_24dp.png",
12
- "36": "icons/search_black_36dp.png",
13
- "48": "icons/search_black_48dp.png"
+ "16": "icons/16.png",
+ "48": "icons/48.png",
+ "128": "icons/128.png"
14
},
15
16
"omnibox": {
17
"keyword" : "so",
18
19
- "16": "icons/search_black_16.png"
+ "16": "icons/16.png"
20
}
21
22
0 commit comments