{
    "version": "1.35.0",
    "description": "Simple and powerful kanban board built on top of plain text markdown files or code.",
    "homepage": "https://imdone.io/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://imdone.io/eula"
    },
    "extract_dir": "$PLUGINSDIR",
    "pre_install": "Get-ChildItem \"$dir\" -Exclude 'app-64.7z' | Remove-Item -Force -Recurse",
    "post_install": "Remove-Item \"$dir\\app-64.7z\" -Force -ErrorAction SilentlyContinue",
    "shortcuts": [
        [
            "imdone.exe",
            "imdone"
        ]
    ],
    "architecture": {
        "64bit": {
            "url": "https://imdone.io/downloads/imdone-1.35.0-portable.exe#/dl.7z",
            "hash": "32d30abfd966f5ddf4212f740ad0aef9ea4a76b5bcfb4f363241cb1a5ba8b48f",
            "installer": {
                "script": "Expand-7zipArchive \"$dir\\$PLUGINSDIR\\app-64.7z\" \"$dir\""
            }
        }
    },
    "checkver": {
        "url": "https://imdone.io",
        "regex": "/downloads/imdone-([\\d.]+)-portable\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://imdone.io/downloads/imdone-$version-portable.exe#/dl.7z"
            }
        }
    }
}
