{
    "version": "0.0.22",
    "description": " A custom desktop browser for TiddlyWiki 5 and TiddlyWiki Classic, based on nw.js",
    "homepage": "https://tiddlywiki.com/#TiddlyDesktop",
    "license": {
        "identifier": "BSD",
        "url": "https://github.com/TiddlyWiki/TiddlyDesktop/blob/master/package.json#L22"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/TiddlyWiki/TiddlyDesktop/releases/download/v0.0.22/tiddlydesktop-win64-v0.0.22.zip",
            "hash": "99f8dd3dbb9206d54a76c99d088937ac5763d7de4d690c34a9a221007eca0572",
            "extract_dir": "tiddlydesktop-win64-v0.0.22"
        },
        "32bit": {
            "url": "https://github.com/TiddlyWiki/TiddlyDesktop/releases/download/v0.0.22/tiddlydesktop-win32-v0.0.22.zip",
            "hash": "2c70a35d1e31e45f95c6f6e97663f3f0647511d8fec69050ad2a30984bb26122",
            "extract_dir": "tiddlydesktop-win32-v0.0.22"
        }
    },
    "shortcuts": [
        [
            "nw.exe",
            "TiddlyDesktop"
        ]
    ],
    "checkver": {
        "github": "https://github.com/TiddlyWiki/TiddlyDesktop"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/TiddlyWiki/TiddlyDesktop/releases/download/v$version/tiddlydesktop-win64-v$version.zip",
                "extract_dir": "tiddlydesktop-win64-v$version"
            },
            "32bit": {
                "url": "https://github.com/TiddlyWiki/TiddlyDesktop/releases/download/v$version/tiddlydesktop-win32-v$version.zip",
                "extract_dir": "tiddlydesktop-win32-v$version"
            }
        }
    }
}
