{ "version": "1.0.0", "description": "Configuration for Element (Matrix Chat) for Medelexis.", "url": "https://git.streichtech.ch/elexis/scoop/raw/branch/master/config/matrix/medelexis/config.json#/config.json", "hash": "39ef1d2c73783b16246412c5785d47dbb691c62782fc1b817b3324311439843b", "post_install": [ "$configDir = Join-Path $env:APPDATA 'Element'", "New-Item -ItemType Directory -Force -Path $configDir | Out-Null", "Copy-Item (Join-Path $dir 'config.json') (Join-Path $configDir 'config.json') -Force" ] }