{
    "version": "0.23.0",
    "description": "Refined Evernote desktop app",
    "homepage": "https://klaussinani.tech/tusk/",
    "license": "MIT",
    "url": "https://github.com/klaussinani/tusk/releases/download/v0.23.0/tusk-0.23.0.exe#/dl.7z",
    "hash": "838b087669b43c54220436e7007035a8c90b4bc94543e9bd9eb5de2961644b05",
    "architecture": {
        "64bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse",
    "bin": "Tusk.exe",
    "shortcuts": [
        [
            "Tusk.exe",
            "Tusk"
        ]
    ],
    "checkver": {
        "github": "https://github.com/klaussinani/tusk"
    },
    "autoupdate": {
        "url": "https://github.com/klaussinani/tusk/releases/download/v$version/tusk-$version.exe#/dl.7z"
    }
}
