{
    "version": "2.5.3",
    "description": "Image uploader/manager",
    "homepage": "https://picgo.app",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Molunerfinn/PicGo/releases/download/v2.5.3/PicGo-2.5.3-x64.exe#/dl.7z",
            "hash": "a2d0c79920d32a52150166a38aad5ab03b754aec4bb98e8ba3cc0a03d40daab3",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
            ]
        },
        "32bit": {
            "url": "https://github.com/Molunerfinn/PicGo/releases/download/v2.5.3/PicGo-2.5.3-ia32.exe#/dl.7z",
            "hash": "4c84e5ba6984542358e946049fbd18102cf39d8503452eef87a7455cb337e499",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
            ]
        },
        "arm64": {
            "url": "https://github.com/Molunerfinn/PicGo/releases/download/v2.5.3/PicGo-2.5.3-arm64.exe#/dl.7z",
            "hash": "b82fbf737c6306006e6e23a697656acfc5070196d84b4ff767bec1659fdcce20",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
            ]
        }
    },
    "bin": "PicGo.exe",
    "shortcuts": [
        [
            "PicGo.exe",
            "PicGo"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Molunerfinn/PicGo",
        "jsonpath": "$..browser_download_url",
        "regex": "/PicGo-([\\d.]+)-(x64|ia32|arm64)\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Molunerfinn/PicGo/releases/download/v$version/PicGo-$version-x64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/Molunerfinn/PicGo/releases/download/v$version/PicGo-$version-ia32.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/Molunerfinn/PicGo/releases/download/v$version/PicGo-$version-arm64.exe#/dl.7z"
            }
        }
    }
}
