{ "version": "1.0.0.0", "description": "Automatically launches Bitdefender SafePay used when making online payments mostly.", "license": "None", "homepage": "https://www.kunago.com", "hash": "sha512:A71231C51D6DEDBD21B87A9A568174DA4AB037461718D2A4E18583639E1D507223C6B49B259A96F0CD7BCA60D8C3B90832A49D2E0E8F82EDD6AB36FBC3059510", "url": "https://git.apason.cz/kunago/scoop-bucket/raw/branch/master/programs/kunago_bitdefender/kunago_bitdefender-1.0.0.0.7z", "bin": [ "kunago_bitdefender.exe" ], "post_install": [ "if ($global) {$dst = $env:ALLUSERSPROFILE} else {$dst = $env:USERPROFILE}", "$wShell = New-Object -comObject WScript.Shell", "$shortcut = $wShell.CreateShortcut(\"$dst\\Desktop\\bezpečné finance.lnk\")", "$shortcut.TargetPath = \"$dir\\kunago_bitdefender.exe\"", "$shortcut.Save()" ], "pre_uninstall": [ "if ($global) {$dst = $env:ALLUSERSPROFILE} else {$dst = $env:USERPROFILE}", "Remove-Item -Path \"$dst\\Desktop\\bezpečné finance.lnk\" -Force" ], "shortcuts": [ [ "kunago_bitdefender.exe", "Bezpečné finance (Bitdefender)" ] ] }