{
    "version": "0.15.4",
    "description": "SAFE Browser Application",
    "homepage": "https://github.com/maidsafe/safe_browser",
    "license": "BSD-3-Clause|MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/maidsafe/safe_browser/releases/download/v0.15.4/safe-browser-v0.15.4-win-x64.exe#/dl.7z",
            "hash": "e68a48632d6354dfe6ecc09b5606a0ddcaa3cbe9353bc941ab6fc0bba9e7fb7a",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Recurse"
            ]
        }
    },
    "bin": "SAFE Browser.exe",
    "shortcuts": [
        [
            "SAFE Browser.exe",
            "SAFE Browser"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/maidsafe/safe_browser/releases/download/v$version/safe-browser-v$version-win-x64.exe#/dl.7z",
                "hash": {
                    "url": "https://github.com/maidsafe/safe_browser/releases/tag/v$version",
                    "regex": "(?sm)Windows\\n$sha256"
                }
            }
        }
    }
}
