{
    "version": "3.3.17",
    "description": "Open-source end-to-end encrypted note taking alternative to Evernote.",
    "homepage": "https://notesnook.com/",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/streetwriters/notesnook/releases/download/v3.3.17/notesnook_win_x64.exe#/dl.7z",
            "hash": "sha512:69ea955146c6102a16eba63f16be4f1a78f6a035dd5978dc67afe67deb315b125bf0d2ff33e088042c78b334583a5c67132809615c3ff5a9e212cc47e4dd4543",
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "arm64": {
            "url": "https://github.com/streetwriters/notesnook/releases/download/v3.3.17/notesnook_win_arm64.exe#/dl.7z",
            "hash": "sha512:cfcb86e97b83157276f63e7007d1d25a0d348d5a24209c91b2a49a14a0e6f991d1fab1a018efb3d792d2523698d75240d6ea38b41469c76ecce86a72b6df8aea",
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$*\" -Force -Recurse",
    "shortcuts": [
        [
            "Notesnook.exe",
            "Notesnook"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/streetwriters/notesnook/releases",
        "jsonpath": "$..browser_download_url",
        "regex": "/v([\\d.]+)/notesnook_win_x64_portable.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/streetwriters/notesnook/releases/download/v$version/notesnook_win_x64.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/streetwriters/notesnook/releases/download/v$version/notesnook_win_arm64.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "(?sm)$basename.*?$base64"
        }
    }
}
