{
    "version": "5.9",
    "description": "Color picker and color editor",
    "homepage": "https://annystudio.com/software/colorpicker/",
    "license": {
        "identifier": "Freeware",
        "url": "https://annystudio.com/info/#tnc"
    },
    "architecture": {
        "64bit": {
            "url": "https://annystudio.com/jcpicker.exe",
            "hash": "12d4081c1066fdd44e1d2555398f3120cb1d2c153680aa865661d1ece1768222"
        }
    },
    "pre_install": [
        "'ini', 'txt' | ForEach-Object {",
        "    if (!(Test-Path \"$persist_dir\\jcpicker.$_\")) { New-Item \"$dir\\jcpicker.$_\" | Out-Null }",
        "}"
    ],
    "shortcuts": [
        [
            "jcpicker.exe",
            "Just Color Picker"
        ]
    ],
    "persist": [
        "jcpicker.ini",
        "jcpicker.txt"
    ],
    "checkver": "Just Color Picker ([\\d.]+)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://annystudio.com/jcpicker.exe"
            }
        }
    }
}
