{
    "version": "3130",
    "description": "A free form data organizer and a replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases.",
    "homepage": "https://strlen.com/treesheets",
    "license": "ZLIB",
    "architecture": {
        "64bit": {
            "url": "https://github.com/aardappel/treesheets/releases/download/3130/TreeSheets-3130-winx64.zip",
            "hash": "11d3488b0e180b8ed1116f340a81453eb864ac19ce0441c9a1ce17489f7be42b",
            "extract_dir": "TreeSheets-3130-winx64"
        },
        "arm64": {
            "url": "https://github.com/aardappel/treesheets/releases/download/3130/TreeSheets-3130-winarm64.zip",
            "hash": "534fdd561e6327970e6de703a40c0ec86c9d47f32da9f464f7617d38c4f85e02",
            "extract_dir": "TreeSheets-3130-winarm64"
        }
    },
    "pre_install": [
        "if (Test-Path \"$persist_dir\\TreeSheets.ini\") {",
        "    Copy-Item \"$persist_dir\\TreeSheets.ini\" \"$dir\"",
        "}"
    ],
    "shortcuts": [
        [
            "TreeSheets.exe",
            "TreeSheets",
            "-p"
        ]
    ],
    "pre_uninstall": [
        "if (Test-Path \"$dir\\TreeSheets.ini\") {",
        "    ensure \"$persist_dir\" | Out-Null",
        "    Copy-Item \"$dir\\TreeSheets.ini\" \"$persist_dir\"",
        "}"
    ],
    "checkver": {
        "github": "https://github.com/aardappel/treesheets"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/aardappel/treesheets/releases/download/$version/TreeSheets-$version-winx64.zip",
                "extract_dir": "TreeSheets-$version-winx64"
            },
            "arm64": {
                "url": "https://github.com/aardappel/treesheets/releases/download/$version/TreeSheets-$version-winarm64.zip",
                "extract_dir": "TreeSheets-$version-winarm64"
            }
        }
    }
}
