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