Skip to content

Commit

Permalink
version 0.7.1; support open-in-brave
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-portmen committed Jul 14, 2019
1 parent 2ca6bf3 commit 727a76e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ exports.ids = {
'dkkkgkdappindobbhmcjnjidkggbdiil', // Open in PDF-XChange Viewer [By @lunu-bounir]
'bhfenhhfpcpkknkahnlogooiodcofkjl', // Open in Chromium (Chrome)
'dilpigogejfnnahbbmnpjmccammdaiom', // Open in Chromium (Opera)
'mgmnomlncpmfgelhofilonnecmbdaoia', // Open in Brave (Chrome) [By @brian-girko]
],
firefox: [
'{5610edea-88c1-4370-b93d-86aa131971d1}', // Open in IE
Expand All @@ -75,5 +76,6 @@ exports.ids = {
'{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
'{c88f6be2-3757-446b-be27-27eedddbcae0}', // Open in Brave [By @brian-girko]
]
};
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.7.0'
version: '0.7.1'
};
// closing node when parent process is killed
process.stdin.resume();
Expand Down

0 comments on commit 727a76e

Please sign in to comment.