{
    "version": "2.0.3",
    "description": "KeePass plugin that provides access to cloud storage providers (cloud drives).",
    "homepage": "https://github.com/Kyrodan/KeeAnywhere",
    "license": "MIT",
    "notes": "Amazon Drive: Due to unclear Amazon Policy this Provider may stop working at any time. Please do not rely on this functionality!",
    "depends": "extras/keepass",
    "url": "https://github.com/Kyrodan/KeeAnywhere/releases/download/v2.0.3/KeeAnywhere-2.0.3.plgx#/KeeAnywhere.plgx",
    "hash": "cd966cffc2c14ba334bb9f14de18c41b776850d99aa00a4d4aca2c0586a6e84c",
    "installer": {
        "script": "Copy-Item \"$dir\\KeeAnywhere.plgx\" \"$(appdir keepass $global)\\current\\Plugins\" -Force"
    },
    "uninstaller": {
        "script": "Remove-Item \"$(appdir keepass $global)\\current\\Plugins\\KeeAnywhere.plgx\""
    },
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/Kyrodan/KeeAnywhere/releases/download/v$version/KeeAnywhere-$version.plgx#/KeeAnywhere.plgx"
    }
}
