{
    "version": "0.108.0",
    "description": "Fork of the Tray TOTP Plugin for KeePass2. This plugin is for those who already use Tray TOTP Plugin, but also want to use with Valve's Steam.",
    "homepage": "https://github.com/victor-rds/KeeTrayTOTP",
    "license": "GPL-3.0-or-later",
    "depends": "extras/keepass",
    "url": "https://github.com/victor-rds/KeeTrayTOTP/releases/download/v0.108.0/KeeTrayTOTP.plgx",
    "hash": "4f7251a9bbb79cad04aee96d1809c6b36d43285a9f3834fef5330fc97ae8bc09",
    "installer": {
        "script": "Copy-Item \"$dir\\KeeTrayTOTP.plgx\" \"$(appdir keepass $global)\\current\\Plugins\""
    },
    "uninstaller": {
        "script": "Remove-Item \"$(appdir keepass $global)\\current\\Plugins\\KeeTrayTOTP.plgx\""
    },
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/victor-rds/KeeTrayTOTP/releases/download/v$version/KeeTrayTOTP.plgx"
    }
}
