{
    "version": "10.32.0",
    "description": "Collaborative tool for designs' and styleguides' handoff with specs, assets and code snippets",
    "homepage": "https://zeplin.io",
    "license": {
        "identifier": "Proprietary",
        "url": "https://zeplin.io/terms"
    },
    "architecture": {
        "64bit": {
            "url": "https://pkg.zeplin.io/windows/latestv2/x64/Zeplin-10.32.0-full.nupkg",
            "hash": "sha1:1ae8ea69ea78857c9d32edcc398a83d582cc0ab1"
        },
        "32bit": {
            "url": "https://pkg.zeplin.io/windows/latestv2/ia32/Zeplin-10.32.0-full.nupkg",
            "hash": "sha1:69109a903968fc0bb258e0943ba2b113bbf0a04d"
        }
    },
    "extract_dir": "lib\\net45",
    "pre_install": [
        "if (!(Test-Path \"$env:APPDATA\\Zeplin\\prefs.json\")) {",
        "    ensure \"$env:APPDATA\\Zeplin\" | Out-Null",
        "    Set-Content \"$env:APPDATA\\Zeplin\\prefs.json\" '{ \"installUpdatesAutomatically\": false }' -Force -Encoding Ascii",
        "}"
    ],
    "uninstaller": {
        "script": "if ($purge) { Remove-Item \"$env:APPDATA\\Zeplin\" -Force -Recurse }"
    },
    "bin": "Zeplin.exe",
    "shortcuts": [
        [
            "Zeplin.exe",
            "Zeplin"
        ]
    ],
    "checkver": {
        "url": "https://pkg.zeplin.io/windows/latestv2/x64/RELEASES",
        "regex": "Zeplin-([\\d.]+)-full",
        "reverse": true
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://pkg.zeplin.io/windows/latestv2/x64/Zeplin-$version-full.nupkg"
            },
            "32bit": {
                "url": "https://pkg.zeplin.io/windows/latestv2/ia32/Zeplin-$version-full.nupkg"
            }
        },
        "hash": {
            "url": "$baseurl/RELEASES",
            "regex": "$sha1\\s+$basename"
        }
    }
}
