{
    "version": "2.8.1",
    "description": "A Monero SPV Wallet",
    "homepage": "https://featherwallet.org/",
    "license": {
        "identifier": "BSD-3-Clause",
        "url": "https://git.featherwallet.org/feather/feather/raw/branch/master/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://featherwallet.org/files/releases/win/feather-2.8.1-win.zip",
            "hash": "7ce53d73605d007d062a1636ec727fa7f151c5c08248122056c7d4224bd200f3"
        }
    },
    "pre_install": [
        "Rename-Item \"$dir\\feather-$version.exe\" \"$dir\\feather.exe\"",
        "New-Item \"$dir\\.portable\" -Force | Out-Null",
        "if (!(Test-Path \"$persist_dir\\feather_data\")) {",
        "   ensure \"$dir\\feather_data\" | Out-Null",
        "}"
    ],
    "shortcuts": [
        [
            "feather.exe",
            "Feather Wallet"
        ]
    ],
    "persist": "feather_data",
    "checkver": "The latest version is <code>([\\d.]+)</code>",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://featherwallet.org/files/releases/win/feather-$version-win.zip"
            }
        },
        "hash": {
            "url": "https://featherwallet.org/files/releases/hashes-$version.txt"
        }
    }
}
