{
    "version": "2.0.17",
    "description": "A plugin for KeePass 2.x and provides a secure means of exposing KeePass credentials to a browser using Native Messaging. Successor of KeePassHttp / Works with KeePassXC-Browser",
    "homepage": "https://github.com/smorks/keepassnatmsg",
    "license": "GPL-3.0-or-later",
    "notes": "Don't forget to install the 'KeePassXC-Browser' extension: https://keepassxc.org/docs/keepassxc-browser-migration/",
    "depends": "extras/keepass",
    "url": "https://github.com/smorks/keepassnatmsg/releases/download/v2.0.17/KeePassNatMsg-v2.0.17-binaries.zip",
    "hash": "4ae61924d286d0072412aba93521d7c98f6455e89d718f4377c2855c35e49d26",
    "installer": {
        "script": "Copy-Item \"$dir\\KeePassNatMsg\" \"$(appdir keepass $global)\\current\\Plugins\" -Recurse -Force"
    },
    "uninstaller": {
        "script": "Remove-Item \"$(appdir keepass $global)\\current\\Plugins\\KeePassNatMsg\" -Recurse"
    },
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/smorks/keepassnatmsg/releases/download/v$version/KeePassNatMsg-v$version-binaries.zip"
    }
}
