Skip to content

Commit

Permalink
support open-in-chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-portmen committed Aug 7, 2018
1 parent 9466f34 commit 2ca6bf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ exports.ids = {
'ghnflaojldkldmjdiocenfmeonemoogb', // Email Client for Notmuch [By @InBasic]
'lhplfipknbnglagbgbfogdaihdcekfga', // Open in Foxit Reader [By @lunu-bounir]
'dkkkgkdappindobbhmcjnjidkggbdiil', // Open in PDF-XChange Viewer [By @lunu-bounir]
'bhfenhhfpcpkknkahnlogooiodcofkjl', // Open in Chromium (Chrome)
'dilpigogejfnnahbbmnpjmccammdaiom', // Open in Chromium (Opera)
],
firefox: [
'{5610edea-88c1-4370-b93d-86aa131971d1}', // Open in IE
Expand All @@ -72,5 +74,6 @@ exports.ids = {
'{8e409c88-e088-4ce8-8506-5a91e6c502a8}', // Email Client for Notmuch [By @InBasic]
'{655859e0-3c86-43a1-9794-88721dacc481}', // Open in Foxit Reader [By @lunu-bounir]
'{00186e07-f704-41ce-90aa-b09d4f49a7db}', // Open in PDF-XChange Viewer [By @lunu-bounir]
'{4d3bd246-4326-4ec1-bb49-a27cfd57ca08}', // Open in Chromium
]
};
2 changes: 1 addition & 1 deletion host.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var files = [];
var sprocess = [];

var config = {
version: '0.6.9'
version: '0.7.0'
};
// closing node when parent process is killed
process.stdin.resume();
Expand Down

0 comments on commit 2ca6bf3

Please sign in to comment.