{
    "version": "2.9.0.7",
    "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.7/XmlNotepadPackage_2.9.0.7_AnyCPU.msixbundle#/dl.7z",
    "hash": "be0ad6a31672ae7ad970ee933145308af1e717a2695fee3b2a2783de70e8ae42",
    "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"
    }
}
