{
    "version": "3.187.3",
    "description": "A safe place for your notes, thoughts, and life's work.",
    "homepage": "https://standardnotes.org/",
    "license": "AGPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/standardnotes/app/releases/download/@standardnotes/desktop@3.187.3/standard-notes-3.187.3-win-x64.exe#/dl.7z",
            "hash": "sha512:64dc777411c3224a7d1b136b4d45b84851e41a8ae6077d614cecbd7acefc9985b53240d76ce669aef21c14b38894df75948eaf16cee87e0f92308955fab6980d"
        },
        "32bit": {
            "url": "https://github.com/standardnotes/app/releases/download/@standardnotes/desktop@3.187.3/standard-notes-3.187.3-win-ia32.exe#/dl.7z",
            "hash": "sha512:f1acec643fad0cb42172211ca25f3aac403ce87168dd10bb9eb7c8557a289d097f4d43e91e525e32b2493d34ffac14d3793b95b7472ae244168da7079a2b7ef7"
        }
    },
    "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-$($architecture.Substring(0,2)).7z\" \"$dir\"",
    "post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse",
    "shortcuts": [
        [
            "Standard Notes.exe",
            "Standard Notes"
        ]
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/75675698/releases/latest",
        "regex": "@standardnotes/desktop@([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/standardnotes/app/releases/download/@standardnotes/desktop@$version/standard-notes-$version-win-x64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/standardnotes/app/releases/download/@standardnotes/desktop@$version/standard-notes-$version-win-ia32.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "(?is)$basename.*?$base64"
        }
    }
}
