{
    "version": "6.2",
    "description": "Just Color Picker - Free portable offline colour picker and colour editor for web designers and digital artists.",
    "homepage": "https://annystudio.com/software/colorpicker/",
    "license": {
        "identifier": "Freeware",
        "url": "https://annystudio.com/info/#tnc"
    },
    "architecture": {
        "64bit": {
            "url": "https://annystudio.com/jcpicker.exe",
            "hash": "5b3043406da50d21655d116063599ef39292c072b54403db22b5c97360f43f8c"
        },
        "32bit": {
            "url": "https://annystudio.com/jcpicker_32bit.exe#/jcpicker.exe",
            "hash": "d64acc16922eca3a7cc72bbdf7fd98243a649e6111e1c4e4f1b7fedb8dde95a7"
        }
    },
    "pre_install": [
        "if (-not (Test-Path \"$persist_dir\\jcpicker.ini\")) {",
        "    New-Item -Path \"$dir\\jcpicker.ini\" -ItemType File -Force | Out-Null",
        "}"
    ],
    "shortcuts": [
        [
            "jcpicker.exe",
            "Just Color Picker"
        ]
    ],
    "persist": "jcpicker.ini",
    "checkver": "(?s)Latest version.+?([\\d.]+)<",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://annystudio.com/jcpicker.exe"
            },
            "32bit": {
                "url": "https://annystudio.com/jcpicker_32bit.exe#/jcpicker.exe"
            }
        }
    }
}
