{
    "version": "18.4.4",
    "description": "To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration",
    "homepage": "https://super-productivity.com",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/super-productivity/super-productivity/releases/download/v18.4.4/superProductivity-x64.exe#/dl.7z",
            "hash": "07b1ba5d6aa683a172522c080da666a0e92d2982c2c6f5c97c732d5558cc6f71",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse"
            ]
        },
        "arm64": {
            "url": "https://github.com/super-productivity/super-productivity/releases/download/v18.4.4/superProductivity-arm64.exe#/dl.7z",
            "hash": "f87ddcf458aacec6441c9210b51fb01fc2d262a0af8fb7899d9e5cc54ced3e16",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Force -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "Super Productivity.exe",
            "Super Productivity"
        ]
    ],
    "checkver": {
        "github": "https://github.com/super-productivity/super-productivity"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/super-productivity/super-productivity/releases/download/v$version/superProductivity-x64.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/super-productivity/super-productivity/releases/download/v$version/superProductivity-arm64.exe#/dl.7z"
            }
        }
    }
}
