{
    "version": "2.9.0.21",
    "description": "Provides a simple intuitive User Interface for browsing and editing XML documents",
    "homepage": "https://microsoft.github.io/XmlNotepad/",
    "license": "MIT",
    "url": "https://github.com/microsoft/XmlNotepad/releases/download/2.9.0.21/XmlNotepadPackage_2.9.0.21_AnyCPU.msixbundle#/dl.7z",
    "hash": "61e53435db1ad637d6cd9593bf85871a1dc02d772df17edf9c13418926b4a74c",
    "installer": {
        "script": [
            "Get-ChildItem \"$dir\" -Filter '*AnyCPU.msix' | Rename-Item -NewName { $_.Name -replace '_[\\d.]+_', '_' }",
            "Expand-7zipArchive \"$dir\\XmlNotepadPackage_AnyCPU.msix\" \"$dir\" -ExtractDir 'Application'",
            "Remove-Item -Path \"$dir\" -Include *.msix, *.xml, Appx* -Force -Recurse"
        ]
    },
    "shortcuts": [
        [
            "XmlNotepad.exe",
            "XML Notepad"
        ]
    ],
    "checkver": {
        "github": "https://github.com/microsoft/XmlNotepad"
    },
    "autoupdate": {
        "url": "https://github.com/microsoft/XmlNotepad/releases/download/$version/XmlNotepadPackage_$version_AnyCPU.msixbundle#/dl.7z"
    }
}
