Skip to content

Commit

Permalink
support for open-in-waterfox and open-in-palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-portmen committed Jan 21, 2020
1 parent 1ada876 commit 2d681d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ exports.ids = {
'ldoihpohemnbokndocafmiblepbjeacb', // Open in Vivaldi (Opera)
'dijcjcnibopfdgbmpkgnjfdihfdeghcc', // Open in Tor Browser (Chrome)
'emlgnifoahkaeocfmafkpnfbijoioefh', // Open in Tor Browser (Opera)
'baailbcimkljcoiocaodblapjgklhgdm', // Open in Pale Moon (Chrome)
'cglibgbhfapdcidmcpnbbekdanacjgkf', // Open in Pale Moon (Opera)
'eekmpanhabepggphkcpnkngfmifkffip', // Open in Waterfox (Chrome)
'hedcbilfmphgkpnokgcflaljgpecagfd', // Open in Waterfox (Opera)
'kjoabfljeghcinlpjhdbdfbcflapkccm', // Tor Control (Chrome)
'knfbgpkbkfebddfbklfpgmdjgolnkkfl', // Tor Control (Opera)
'khgbdhkpcapllhgfekjegcinegfhjbmi', // YVAD by (Opera) [By @InBasic]
Expand Down Expand Up @@ -60,6 +64,8 @@ exports.ids = {
'{3128fe8f-f039-42ea-8b12-126f78387074}', // Open in Safari
'{8db82a75-48fd-452a-81cf-bd40b2e60dac}', // Open in Opera
'{42dce5a2-467b-4d7b-ad11-50f4ab3d03cf}', // Open in Yandex
'{15a602dd-abe0-4cff-875b-c5acd77727b6}', // Open in Pale Moon
'{5cf4e3be-dd11-4589-befe-1b9e5037792b}', // Open in Waterfox
'{0ff128a1-c286-4e73-bffa-9ae879b244d5}', // Media Converter
'{65b77238-bb05-470a-a445-ec0efe1d66c4}', // External Application Button
'{086f665e-6a55-4107-9147-f9a14e72b137}', // Open in Chrome
Expand Down
2 changes: 1 addition & 1 deletion host.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let files = [];
const sprocess = [];

const config = {
version: '0.8.2'
version: '0.8.3'
};
// closing node when parent process is killed
process.stdin.resume();
Expand Down

0 comments on commit 2d681d0

Please sign in to comment.