From c721eb39808165d3f105cfbb63bad2b008186aad Mon Sep 17 00:00:00 2001 From: nextgensparx Date: Thu, 31 May 2018 10:42:12 +0200 Subject: [PATCH] support devdocs:// protocol on linux --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 8e6ab54..2d7e235 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,10 @@ "linux": { "synopsis": "DevDocs desktop app", "category": "Development", + "desktop": { + "StartupWMClass": "devdocs", + "MimeType": "x-scheme-handler/devdocs;" + }, "target": [ "AppImage", "deb",