{
    "version": "1.0.1",
    "description": "Share your localhost in a new way (peer to peer browser).",
    "homepage": "https://chhekur.github.io/local-browser/",
    "license": "MIT",
    "url": "https://github.com/Chhekur/local-browser/releases/download/v1.0.1/local-browser-setup-1.0.1.exe#/dl.7z",
    "hash": "sha512:fa1874a673bd081d0b16841eedb3dcbddf75fb21677e96a8c60c20d048a5119ae98ea09aedf5a802f345e730de463d92429eed104c93cf196c52d464e347e5be",
    "architecture": {
        "64bit": {
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
                ]
            }
        },
        "32bit": {
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
                ]
            }
        }
    },
    "shortcuts": [
        [
            "Local Browser.exe",
            "Local Browser"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Chhekur/local-browser"
    },
    "autoupdate": {
        "url": "https://github.com/Chhekur/local-browser/releases/download/v$version/local-browser-setup-$version.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512: $base64"
        }
    }
}
