From 80c8821f52007ca1537841e22642ba4e27ac5ffd Mon Sep 17 00:00:00 2001 From: mig Date: Thu, 11 Mar 2021 17:21:02 +0100 Subject: [PATCH] fixed edge native messaging issue --- gulpfile.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index caecb8b5..83034867 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -968,6 +968,7 @@ function GetWinManifests(arch,relativePath=false) { path: (relativePath ? "" : __dirname+"/")+"bin/"+config.id+"-win-"+arch+".exe", type: "stdio", allowed_origins: config.allowed_extensions.chrome.concat( + config.allowed_extensions.edge, config.allowed_extensions.brave, config.allowed_extensions.vivaldi ) diff --git a/package.json b/package.json index e9893fae..96634ed9 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vdhcoapp", "description": "Video DownloadHelper companion application", - "version": "1.6.0", + "version": "1.6.1", "productName": "VdhCoApp", "keywords": [ "DownloadHelper",