{
    "version": "1.3",
    "homepage": "https://www.sordum.org/sendto-menu-editor",
    "description": "A simple app that helps users manage the shortcuts present in the Windows “Send To” Menu.",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.sordum.org/eula/"
    },
    "url": "https://www.sordum.org/files/download/sendto-menu-editor/SendToEditor.zip",
    "hash": "77d1363cea2e02f1ecdd919f55eb02e9c17adacc54d788759b20ca9d53afcedf",
    "extract_dir": "SendToEditor",
    "architecture": {
        "64bit": {
            "pre_install": "Remove-Item \"$dir\\SendToEditor.exe\" | Out-Null; Rename-Item \"$dir\\SendToEditor_x64.exe\" 'SendToEditor.exe' | Out-Null"
        },
        "32bit": {
            "pre_install": "Remove-Item \"$dir\\SendToEditor_x64.exe\" | Out-Null"
        }
    },
    "bin": "SendToEditor.exe",
    "shortcuts": [
        [
            "SendToEditor.exe",
            "SendTo Menu Editor"
        ]
    ],
    "persist": "SendToEditor.ini",
    "checkver": "SendTo\\sMenu\\sEditor\\sv([\\d.]+)",
    "autoupdate": {
        "url": "https://www.sordum.org/files/download/sendto-menu-editor/SendToEditor.zip"
    }
}
