From 09e4954bc203b4093c89b081acc2f6baf8dde7d0 Mon Sep 17 00:00:00 2001 From: johnman Date: Fri, 27 Sep 2024 11:17:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20built-on?= =?UTF-8?q?-openfin/workspace-starter@5f9875e366ab5805adfa95794a64da468587?= =?UTF-8?q?3372=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/integrate-with-snap/manifest.fin.json | 18 ++++-------- .../second.manifest.fin.json | 28 ++++--------------- 2 files changed, 12 insertions(+), 34 deletions(-) diff --git a/main/integrate-with-snap/manifest.fin.json b/main/integrate-with-snap/manifest.fin.json index 152f14be34..8aa72e213a 100644 --- a/main/integrate-with-snap/manifest.fin.json +++ b/main/integrate-with-snap/manifest.fin.json @@ -13,19 +13,13 @@ "preventQuitOnLastWindowClosed": true, "permissions": { "System": { - "launchExternalProcess": { + "launchExternalProcess": true, + "terminateExternalProcess": true, + "downloadAsset": true, + "openUrlWithBrowser": { "enabled": true, - "assets": { - "enabled": true - }, - "downloads": { - "enabled": false - }, - "executables": { - "enabled": true - } - }, - "downloadAsset": true + "protocols": ["mailto", "msteams", "tel"] + } } }, "defaultWindowOptions": {} diff --git a/main/integrate-with-snap/second.manifest.fin.json b/main/integrate-with-snap/second.manifest.fin.json index 4863d0498a..ae5b59b449 100644 --- a/main/integrate-with-snap/second.manifest.fin.json +++ b/main/integrate-with-snap/second.manifest.fin.json @@ -19,29 +19,13 @@ "preloadScripts": [{ "url": "https://built-on-openfin.github.io/workspace-starter/main/integrate-with-snap/js/snap.preload.bundle.js" }], "permissions": { "System": { - "launchExternalProcess": { + "launchExternalProcess": true, + "terminateExternalProcess": true, + "downloadAsset": true, + "openUrlWithBrowser": { "enabled": true, - "assets": { - "enabled": true, - "srcRules": [ - { - "match": ["https://cdn.openfin.co/release/snap/*"], - "behavior": "allow" - }, - { - "match": [""], - "behavior": "block" - } - ] - }, - "downloads": { - "enabled": false - }, - "executables": { - "enabled": false - } - }, - "downloadAsset": true + "protocols": ["mailto", "msteams", "tel"] + } } } },