{
    "version": "8.2.2",
    "description": "This free (for life) Windows desktop application offers an effective and flexible way to stay on top of your daily tasks.",
    "homepage": "https://www.abstractspoon.com",
    "license": {
        "identifier": "EPL-1.0",
        "url": "https://opensource.org/licenses/eclipse-1.0.php"
    },
    "suggest": {
        "vcredist": "extras/vcredist2010"
    },
    "url": "https://raw.githubusercontent.com/abstractspoon/ToDoList_Downloads/master/Latest/todolist_exe.zip",
    "hash": "91254d777a2a2656fd0a39711dbb8003e7951a53559db622dcfbb103de4b5508",
    "pre_install": [
        "function persistFile ([String] $name) {",
        "    if (!(Test-Path \"$persist_dir\\$name\")) { ",
        "        Write-Host \"No '$name' exists. Creating.\" -f Yellow",
        "        New-Item \"$dir\\$name\" -ItemType File | Out-Null",
        "    }",
        "}",
        "persistFile 'ToDoList.ini'",
        "persistFile 'TDLTransEdit.ini'"
    ],
    "bin": [
        "ToDoList.exe",
        "TDLTransEdit.exe"
    ],
    "shortcuts": [
        [
            "ToDoList.exe",
            "ToDoList"
        ],
        [
            "TDLTransEdit.exe",
            "ToDoList Translation Editor"
        ]
    ],
    "persist": [
        "ToDoList.ini",
        "TDLTransEdit.ini",
        "Resources\\TaskLists"
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/39107460/commits",
        "jsonpath": "$..message",
        "regex": "Update to (\\d+[\\d.]+\\.\\d+)"
    },
    "autoupdate": {
        "url": "https://raw.githubusercontent.com/abstractspoon/ToDoList_Downloads/master/Latest/todolist_exe.zip"
    }
}
