{
    "version": "9.2.1",
    "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-9.2.1-full.nupkg",
            "hash": "sha1:605ee45de43fb21427e812d4548ee2dafe72dea1"
        },
        "32bit": {
            "url": "https://pkg.zeplin.io/windows/latestv2/ia32/Zeplin-9.2.1-full.nupkg",
            "hash": "sha1:6e034c87e26bbe7603dbffad00408384caa6a562"
        }
    },
    "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"
        }
    }
}
