initial upload to git

This commit is contained in:
2021-04-14 17:42:07 +02:00
commit 9b6605fb69
20 changed files with 2398 additions and 0 deletions
Binary file not shown.
+9
View File
@@ -0,0 +1,9 @@
{
"name": "de.joelbaldauf.jwconfzoomhand",
"description": "Display raised hand from JWConf on Zoom",
"path": "run-host.bat",
"type": "stdio",
"allowed_origins": [
"chrome-extension://hhcadpapjmemfpokloljohmahipbjhmb/"
]
}
+1
View File
@@ -0,0 +1 @@
REG ADD "HKCU\Software\Google\Chrome\NativeMessagingHosts\de.joelbaldauf.jwconfzoomhand" /ve /t REG_SZ /d "%~dp0nativehost.json" /f
+2
View File
@@ -0,0 +1,2 @@
@echo off
start "" ZoomRaiseHand.exe
+1
View File
@@ -0,0 +1 @@
REG DELETE "HKCU\Software\Google\Chrome\NativeMessagingHosts\de.joelbaldauf.jwconfzoomhand" /f