Add support new browsers Mac OS (#20)
Co-authored-by: a.artamonov <a.artamonov@sftpro.ru>
This commit is contained in:
parent
d48df7e1d3
commit
7144af9065
@ -10,6 +10,7 @@
|
|||||||
## v0.9.0
|
## v0.9.0
|
||||||
- [X] Browser version info API
|
- [X] Browser version info API
|
||||||
- [X] Idle API v2
|
- [X] Idle API v2
|
||||||
|
- [X] Support darwin (Mac OS)
|
||||||
- [ ] Window show/hide API
|
- [ ] Window show/hide API
|
||||||
|
|
||||||
## v0.8.0
|
## v0.8.0
|
||||||
|
@ -39,8 +39,13 @@ const browserPaths = ({
|
|||||||
|
|
||||||
darwin: {
|
darwin: {
|
||||||
chrome: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome',
|
chrome: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome',
|
||||||
|
chrome_canary: '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary',
|
||||||
edge: '/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge',
|
edge: '/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge',
|
||||||
|
|
||||||
|
chromium: '/Applications/Chromium.app/Contents/MacOS/Chromium',
|
||||||
|
|
||||||
firefox: '/Applications/Firefox.app/Contents/MacOS/firefox',
|
firefox: '/Applications/Firefox.app/Contents/MacOS/firefox',
|
||||||
|
firefox_nightly: '/Applications/Firefox Nightly.app/Contents/MacOS/firefox'
|
||||||
}
|
}
|
||||||
})[process.platform];
|
})[process.platform];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user