{
    "version": "2.21.0",
    "description": "Simplenote is an easy way to keep notes, lists, ideas and more. Your notes stay in sync with all your devices for free.",
    "homepage": "https://simplenote.com",
    "license": "GPL-2.0-only",
    "url": "https://github.com/Automattic/simplenote-electron/releases/download/v2.21.0/Simplenote-win-2.21.0.exe#/dl.7z",
    "hash": "sha512:5aebf329adcbc008b68b86cced8a6c94d5b9a22b4131601e2ceb220d7d20eea906b3edc6b8e6e2ddd04c1f5791ea63d69370584abc460693ede0a1ec3c2aa95c",
    "architecture": {
        "64bit": {
            "installer": {
                "script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
            }
        },
        "32bit": {
            "installer": {
                "script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
            }
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
    "bin": "SimpleNote.exe",
    "shortcuts": [
        [
            "SimpleNote.exe",
            "SimpleNote"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Automattic/simplenote-electron"
    },
    "autoupdate": {
        "url": "https://github.com/Automattic/simplenote-electron/releases/download/v$version/Simplenote-win-$version.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
