{
    "version": "6.9.3",
    "description": "Plugin for KeePass 2.x that allows the AutoType functionality to work with browser URLs.",
    "homepage": "https://sourceforge.net/projects/webautotype/",
    "license": "GPL-3.0-only",
    "depends": "keepass",
    "url": "https://downloads.sourceforge.net/project/webautotype/v6.9.3/WebAutoType-v6.9.3.zip",
    "hash": "sha1:2dab0bf2d5c5a7051931319f7a971abe5ae14696",
    "installer": {
        "script": "Copy-Item \"$dir\\WebAutoType.plgx\" \"$(appdir keepass $global)\\current\\Plugins\""
    },
    "uninstaller": {
        "script": "appdir 'keepass' $global | Join-Path -ChildPath 'current\\Plugins\\WebAutoType.plgx' | Remove-Item"
    },
    "checkver": {
        "url": "https://sourceforge.net/projects/webautotype/rss?path=/",
        "regex": "WebAutoType-v([\\d.]+)\\.zip"
    },
    "autoupdate": {
        "url": "https://downloads.sourceforge.net/project/webautotype/v$version/WebAutoType-v$version.zip"
    }
}
