{
    "version": "1.5.3",
    "description": "Powerful knowledge base that works on top of a local folder of plain text Markdown files.",
    "homepage": "https://obsidian.md",
    "license": {
        "identifier": "Proprietary",
        "url": "https://obsidian.md/eula"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/obsidianmd/obsidian-releases/releases/download/v1.5.3/Obsidian.1.5.3.exe#/dl.7z",
            "hash": "6baf021a476b3731242ddc9b3d5b4a6006bc684d70fcdda1eb9ff6889da82319"
        },
        "32bit": {
            "url": "https://github.com/obsidianmd/obsidian-releases/releases/download/v1.5.3/Obsidian.1.5.3-32.exe#/dl.7z",
            "hash": "bfbb6be48e545af81d6ea0c66ff8f41d19fcd1afc21499d44fa89c9f1241bf42"
        },
        "arm64": {
            "url": "https://github.com/obsidianmd/obsidian-releases/releases/download/v1.5.3/Obsidian.1.5.3-arm64.exe#/dl.7z",
            "hash": "788aab21acfeff7deb8f3642bd82ab3d3dea319183756bd488d4c762e0df941f"
        }
    },
    "pre_install": [
        "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app*.7z\" \"$dir\"",
        "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
    ],
    "shortcuts": [
        [
            "Obsidian.exe",
            "Obsidian"
        ]
    ],
    "checkver": {
        "github": "https://github.com/obsidianmd/obsidian-releases"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/obsidianmd/obsidian-releases/releases/download/v$version/Obsidian.$version.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/obsidianmd/obsidian-releases/releases/download/v$version/Obsidian.$version-32.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/obsidianmd/obsidian-releases/releases/download/v$version/Obsidian.$version-arm64.exe#/dl.7z"
            }
        }
    }
}
