diff --git a/config.js b/config.js index 90352a2..d6cb674 100644 --- a/config.js +++ b/config.js @@ -54,6 +54,7 @@ exports.ids = { 'hkjcboammhlecfomgabecgoppnncbhjp', // Open in Chrome (Edge) 'ijhhpgjhnfoalaedkmgpbehokefplfni', // Tor Control (Edge) 'ciphgjdgpkhlngiadnpebblpcjcoabcp', // Open in PDF viewer (Edge) + 'apldpaggahklckhcoaoifaolmifdnecg', // Media Converter (Edge) [By @InBasic] ], firefox: [ '{b8fa78dd-dae1-4839-9d0e-ce5e213083ce}', // Open in GIMP diff --git a/host.js b/host.js index 6a8421a..53c3268 100755 --- a/host.js +++ b/host.js @@ -20,7 +20,7 @@ let files = []; const sprocess = []; const config = { - version: '0.9.3' + version: '0.9.4' }; // closing node when parent process is killed process.stdin.resume();