Skip to content

Commit

Permalink
supporting auto-shutdown add-on for Firefox, Opera and Chrome browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-portmen committed Mar 9, 2017
1 parent bf4471b commit 0dac91d
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 @@ -20,12 +20,15 @@ exports.ids = {
'ihpiinojhnfhpdmmacgmpoonphhimkaj', // Open in VLC (Chrome)
'jfpmkcifglhenaihlnefaccjbmcmbigf', // Open in VLC (Opera)
'gmdcejkkcimnbfmicdpohgicekomipde', // Open in Chrome (Opera)
'gkmonffckeeffppchajngpdakfppalfo', // Auto Shutdown (Chrome)
'iajkcajifgglcaojccgiohphgjmoleia', // Auto Shutdown (Opera)
],
firefox: [
'{5610edea-88c1-4370-b93d-86aa131971d1}', // Open in IE
'{0ff128a1-c286-4e73-bffa-9ae879b244d5}', // Media Converter
'{65b77238-bb05-470a-a445-ec0efe1d66c4}', // External Application Button
'{086f665e-6a55-4107-9147-f9a14e72b137}', // Open in Chrome
'{6b954d17-d17c-4a19-8fe6-ee8052a562d6}', // Open in VLC
'{9a71ec90-d0b6-44af-833f-efe418ff8454}', // Auto Shutdown
]
};
2 changes: 1 addition & 1 deletion host.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var https = lazyRequire('./follow-redirects').https;
var server, files = [];

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

0 comments on commit 0dac91d

Please sign in to comment.