We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3592082 commit 7d81fe7Copy full SHA for 7d81fe7
src/config.js
@@ -5,7 +5,7 @@ var chromeItem = {
5
detail: "detail",
6
label: "Google Chrome",
7
standardName: platform == 'win32' ? 'chrome' : ( platform == 'darwin'? 'Google Chrome': 'google-chrome'),
8
- acceptName: ['chrome', 'google chrome', 'gc', '谷歌浏览器']
+ acceptName: ['chrome', 'google chrome', 'google-chrome', 'gc', '谷歌浏览器']
9
};
10
var firefoxItem = {
11
0 commit comments