From 72a761e80a0a5e9081297d63e1b88bb32953ce6e Mon Sep 17 00:00:00 2001 From: isymchych Date: Fri, 11 Mar 2016 15:04:21 +0200 Subject: [PATCH] integrate with nwjs --- nwjs-integration/index.html | 68 +++++++++++++++++++++++++++++++++++ nwjs-integration/package.json | 8 +++++ 2 files changed, 76 insertions(+) create mode 100644 nwjs-integration/index.html create mode 100644 nwjs-integration/package.json diff --git a/nwjs-integration/index.html b/nwjs-integration/index.html new file mode 100644 index 000000000..f345d0e4c --- /dev/null +++ b/nwjs-integration/index.html @@ -0,0 +1,68 @@ + + + + + + + + + diff --git a/nwjs-integration/package.json b/nwjs-integration/package.json new file mode 100644 index 000000000..3262d5f2e --- /dev/null +++ b/nwjs-integration/package.json @@ -0,0 +1,8 @@ +{ + "name": "JitsiMeetNW!", + "version": "0.0.1", + "jitsi-url": "https://ivan.jitsi.net/", + "main": "index.html", + "chromium-args": "--ignore-certificate-errors", + "user-agent": "Chrome/%webkit_ver JitsiMeetNW/%ver" +}