{
    "version": "1.16.0",
    "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/v1.16.0/KeePassRPC.plgx",
    "hash": "a7975896e0ab5c02a1061966eac43741013780b309cc466c1d7c069d5797168b",
    "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\""
    }
}
