{
    "version": "6.9.0",
    "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.0/WebAutoType-v6.9.0.zip",
    "hash": "sha1:ec97815d6e52f05d3e3226630930ca2d32e633e7",
    "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"
    }
}
