{
    "version": "0.13.6",
    "description": "Plugin for KeePass 2.x that allows SSH keys stored in a KeePass database to be used for SSH authentication by other programs.",
    "homepage": "https://lechnology.com/software/keeagent/",
    "license": "GPL-2.0-only",
    "depends": "extras/keepass",
    "url": "https://github.com/dlech/KeeAgent/releases/download/v0.13.6/KeeAgent_v0.13.6.zip",
    "hash": "e4797c7d7f6b341da879e0075099cdd4548d910ef2e54867037d12fe0cb1318b",
    "installer": {
        "script": "Copy-Item \"$dir\\KeeAgent.plgx\" \"$(appdir keepass $global)\\current\\Plugins\""
    },
    "uninstaller": {
        "script": "Remove-Item \"$(appdir keepass $global)\\current\\Plugins\\KeeAgent.plgx\""
    },
    "checkver": {
        "github": "https://github.com/dlech/KeeAgent"
    },
    "autoupdate": {
        "url": "https://github.com/dlech/KeeAgent/releases/download/v$version/KeeAgent_v$version.zip"
    }
}
