Skip to content

Commit

Permalink
Chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Subash committed Jun 20, 2020
1 parent 073483d commit 07de0a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browsers/chromium.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
darwin: ['/Applications/Chromium.app/Contents/MacOS/Chromium']
};
1 change: 1 addition & 0 deletions browsers/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
'Brave Browser': require('./brave'),
'Chromium': require('./chromium'),
'Firefox Developer Edition': require('./firefox-developer-edition'),
'Firefox Nightly': require('./firefox-nightly'),
'Firefox': require('./firefox'),
Expand Down

0 comments on commit 07de0a8

Please sign in to comment.