{
    "version": "2.1.0",
    "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.1.0/KeeAnywhere-2.1.0.plgx#/KeeAnywhere.plgx",
    "hash": "d79f2ae151f8809632ff8586bb4b74b6defc081e843eb0ef7214e7b5cdae7ae9",
    "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"
    }
}
