{
    "version": "2.24.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.24.0/Simplenote-win-2.24.0.exe#/dl.7z",
    "hash": "sha512:f47ac5971c54accd73c11918e35e10b1bc6422ce3f79f44fc9e19a84c18ccb3ccf6a7509b029eded5403e0b8965815c32c1067ce4ae5d7d3f593421feb044d03",
    "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"
        }
    }
}
