From d8b9bda4f34f4938eace007eb44a47f59741487e Mon Sep 17 00:00:00 2001 From: Andy Portmen Date: Sun, 4 Oct 2020 09:53:21 +0200 Subject: [PATCH] external-application-button for edge --- config.js | 1 + host.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 646615f..9019c05 100644 --- a/config.js +++ b/config.js @@ -22,6 +22,7 @@ exports.ids = { 'cmjahocdpafkodabbojjaebogoigcipj', // Open in GIMP (Opera) 'bifmfjgpgndemajpeeoiopbeilbaifdo', // External Application Button (Chrome) 'enemdfoackoekaedijjmjlckkleokhih', // External Application Button (Opera) + 'icfhhpfimihpdgglmdlnmpaadfeaacbk', // External Application Button (Edge) 'ihpiinojhnfhpdmmacgmpoonphhimkaj', // Open in VLC (Chrome) 'jfpmkcifglhenaihlnefaccjbmcmbigf', // Open in VLC (Opera) 'hjfcjapkfahlmlefedkkpbbkeddpnnlc', // Open in VLC (Edge) diff --git a/host.js b/host.js index 67d68bb..6abff23 100755 --- a/host.js +++ b/host.js @@ -20,7 +20,7 @@ let files = []; const sprocess = []; const config = { - version: '0.9.0' + version: '0.9.1' }; // closing node when parent process is killed process.stdin.resume();