{
    "version": "1.6",
    "homepage": "https://www.sordum.org/bluelifehosts-editor",
    "description": "A simple app that allows for easy changes to the hosts file.",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.sordum.org/eula/"
    },
    "url": "https://www.sordum.org/files/download/host-editor/HostsEditor.zip",
    "hash": "4995c93e0f712d299116cbdb2db8a6a933796784d497f93e8a0136f3d26102f8",
    "extract_dir": "HostsEditor_v1.6",
    "architecture": {
        "64bit": {
            "pre_install": "Remove-Item \"$dir\\hEdit.exe.exe\" | Out-Null; Rename-Item \"$dir\\hEdit_x64.exe.exe\" 'hEdit.exe' | Out-Null"
        },
        "32bit": {
            "pre_install": "Remove-Item \"$dir\\hEdit_x64.exe.exe\" | Out-Null"
        }
    },
    "bin": "hEdit.exe",
    "shortcuts": [
        [
            "hEdit.exe",
            "Hosts Editor"
        ]
    ],
    "persist": "hEdit.ini",
    "checkver": "Hosts\\sEditor\\sv([\\d.]+)",
    "autoupdate": {
        "url": "https://www.sordum.org/files/download/host-editor/HostsEditor.zip",
        "extract_dir": "HostsEditor_v$version"
    }
}
