{
    "version": "2.0.2",
    "description": "Kee is a Firefox and Chrome add-on for linking browsers to KeePass, using the KeePassRPC KeePass plugin contained within this repository.",
    "homepage": "https://www.kee.pm/",
    "license": "GPL-2.0-or-later",
    "notes": "Don't forget to install the 'Kee Browser Extension': https://www.kee.pm/",
    "depends": "extras/keepass",
    "url": "https://github.com/kee-org/keepassrpc/releases/download/v2.0.2/KeePassRPC.plgx",
    "hash": "fad2fa6f502b9b6624385c952bfe9d5f18077c843e855e738b34a88d5b6fc67e",
    "checkver": {
        "github": "https://github.com/kee-org/keepassrpc"
    },
    "autoupdate": {
        "url": "https://github.com/kee-org/keepassrpc/releases/download/v$version/KeePassRPC.plgx"
    },
    "installer": {
        "script": "Copy-Item \"$dir\\KeePassRPC.plgx\" \"$(appdir keepass $global)\\current\\Plugins\""
    },
    "uninstaller": {
        "script": "Remove-Item \"$(appdir keepass $global)\\current\\Plugins\\KeePassRPC.plgx\""
    }
}
