{
    "version": "1.2.5.0",
    "description": "Yet Another Favicon Downloader (YAFD for short) is a plugin for KeePass 2.x that allows you to quickly download favicons for your password entries.",
    "homepage": "https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader",
    "license": "MIT",
    "depends": "extras/keepass",
    "url": "https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/releases/download/v1.2.5.0/YetAnotherFaviconDownloader.plgx",
    "hash": "79a0fac0569aa2ec3d40e5678d8e6c6f17a5b98b481f9c8545216599921f55ee",
    "installer": {
        "script": "Copy-Item \"$dir\\YetAnotherFaviconDownloader.plgx\" \"$(appdir keepass $global)\\current\\Plugins\""
    },
    "uninstaller": {
        "script": "Remove-Item \"$(appdir keepass $global)\\current\\Plugins\\YetAnotherFaviconDownloader.plgx\""
    },
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/releases/download/v$version/YetAnotherFaviconDownloader.plgx"
    }
}
