{
    "version": "2.6.15",
    "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/v2.6.15/notesnook_win_x64.exe#/dl.7z",
            "hash": "sha512:f18c302bb7c93efe3564803c77708a4eaa12e05d8b77b0f0bd4a996d412a24c80f237df488542c6f46fffebcfc6fc0045e3300a5f8ab5d3bea05861924f9970b",
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "arm64": {
            "url": "https://github.com/streetwriters/notesnook/releases/download/v2.6.15/notesnook_win_arm64.exe#/dl.7z",
            "hash": "sha512:bbb9c9e8248173ce374a9453ef5c503d2d17a7fb93807e81f34642402b679d02c5d2752399ae0a756d90eca2e9fa081f32b9795812331945a2c42bef308600c4",
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$*\" -Force -Recurse",
    "shortcuts": [
        [
            "Notesnook.exe",
            "Notesnook"
        ]
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/353775942/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"
        }
    }
}
