{
    "version": "2.2.0.27",
    "description": "A tool application that lets you understand how folders and files are structured on your disks.",
    "homepage": "https://www.uderzo.it/main_products/space_sniffer/index.html",
    "license": "Freeware",
    "architecture": {
        "64bit": {
            "url": "https://www.uderzo.it/main_products/space_sniffer/files/spacesniffer_2_2_0_27_x64.zip",
            "hash": "sha1:1b0f676927e37747566075b1970615138d3de26a"
        }
    },
    "pre_install": [
        "if (-not (Test-Path -Path \"$persist_dir\\SpaceSnifferConfig.xml\" -PathType Leaf)) {",
        "    New-Item -Path \"$dir\\SpaceSnifferConfig.xml\" -ItemType File -Force | Out-Null",
        "}"
    ],
    "bin": "SpaceSniffer.exe",
    "shortcuts": [
        [
            "SpaceSniffer.exe",
            "SpaceSniffer"
        ]
    ],
    "persist": "SpaceSnifferConfig.xml",
    "checkver": {
        "url": "https://www.uderzo.it/main_products/space_sniffer/release_notes.html",
        "regex": "Release\\s*([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.uderzo.it/main_products/space_sniffer/files/spacesniffer_$underscoreVersion_x64.zip"
            }
        },
        "hash": {
            "url": "https://www.uderzo.it/main_products/space_sniffer/download_alt.html",
            "regex": "(?s)$basename.+?>$sha1"
        }
    }
}
