{
    "version": "4.1.2.6086",
    "description": "Hosts management & switching",
    "homepage": "https://oldj.github.io/SwitchHosts/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/oldj/SwitchHosts/releases/download/v4.1.2/SwitchHosts_windows_installer_x64_4.1.2.6086.exe#/dl.7z",
            "hash": "0cd93979185592d6b81d0cc968e5f6e14ca3588b02d2f641f99f865aa724d17d",
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "url": "https://github.com/oldj/SwitchHosts/releases/download/v4.1.2/SwitchHosts_windows_installer_ia32_4.1.2.6086.exe#/dl.7z",
            "hash": "7a53576cd8ae7b7e592a7a69510a1d1d25aacbd04f4422ac59a91486f7af4615",
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse",
    "shortcuts": [
        [
            "SwitchHosts.exe",
            "SwitchHosts"
        ]
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/2312977/releases/latest",
        "regex": "SwitchHosts_windows_installer_x64_([\\d.]+)\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/oldj/SwitchHosts/releases/download/v$matchHead/SwitchHosts_windows_installer_x64_$version.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/oldj/SwitchHosts/releases/download/v$matchHead/SwitchHosts_windows_installer_ia32_$version.exe#/dl.7z"
            }
        }
    }
}
