{
    "version": "0.55.3",
    "description": "Local-first, E2E encrypted software for creating and storing tasks, notes, ideas, documents, workflows, and more.",
    "homepage": "https://anytype.io/",
    "license": {
        "identifier": "Freeware",
        "url": "https://anytype.io/terms_of_use"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/anyproto/anytype-ts/releases/download/v0.55.3/Anytype.Setup.0.55.3.exe#/dl.7z",
            "hash": "5109af9ed2a2e20f55760ff935ed15206aac25bbf8ffbe4e2246854c98c5e387",
            "pre_install": [
                "Remove-Item \"$dir\\resources\" -Recurse",
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\" -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "Anytype.exe",
            "Anytype"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/anyproto/anytype-ts/releases",
        "regex": "Anytype\\.Setup\\.([\\d.]+)\\.exe\""
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/anyproto/anytype-ts/releases/download/v$version/Anytype.Setup.$version.exe#/dl.7z"
            }
        }
    }
}
