{
    "version": "6.9.0",
    "description": "An unofficial, featureful, open source, community-driven, free Microsoft To-Do app.",
    "homepage": "https://klaudiosinani.com/ao/",
    "license": "MIT",
    "url": "https://github.com/klaussinani/ao/releases/download/v6.9.0/ao-6.9.0.exe#/dl.7z",
    "hash": "171a29295264c16e11bb35ae31326d92a81bc77a35561a71fafbc192224c855c",
    "architecture": {
        "64bit": {
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
                ]
            }
        },
        "32bit": {
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
                ]
            }
        }
    },
    "bin": "Ao.exe",
    "shortcuts": [
        [
            "Ao.exe",
            "Ao"
        ]
    ],
    "checkver": {
        "github": "https://github.com/klaudiosinani/ao"
    },
    "autoupdate": {
        "url": "https://github.com/klaussinani/ao/releases/download/v$version/ao-$version.exe#/dl.7z"
    }
}
