{
    "##": "Github release tag (e.g. 0.9.3) != full version (e.g. 0.9.3.0), which can cause error during extraction, thus 'checkver->regex' is needed.",
    "version": "0.9.3.0",
    "description": "A replacement for the built-in audio flyout UI, with a Modern Fluent Design.",
    "homepage": "https://modernflyouts-community.github.io/",
    "license": "MIT",
    "url": "https://github.com/ModernFlyouts-Community/ModernFlyouts/releases/download/0.9.3/32669SamG.ModernFlyouts_0.9.3.0_neutral___pcy8vm99wrpcg.Msixbundle#/dl.7z",
    "hash": "c91b2903945709fb598aef5d8205dee96fa1a2ce7ade3f033517cfc5777a1e33",
    "architecture": {
        "64bit": {
            "pre_install": [
                "$file = \"ModernFlyouts.Package_$($version)_x64.msix\"",
                "Remove-Item \"$dir\\*\" -Exclude $file -Recurse",
                "Expand-7zipArchive \"$dir\\$file\" -Removal | Out-Null"
            ]
        },
        "32bit": {
            "pre_install": [
                "$file = \"ModernFlyouts.Package_$($version)_x86.msix\"",
                "Remove-Item \"$dir\\*\" -Exclude $file -Recurse",
                "Expand-7zipArchive \"$dir\\$file\" -Removal | Out-Null"
            ]
        }
    },
    "shortcuts": [
        [
            "ModernFlyouts.exe",
            "ModernFlyouts"
        ]
    ],
    "checkver": {
        "github": "https://github.com/ModernFlyouts-Community/ModernFlyouts",
        "regex": "ModernFlyouts_([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/ModernFlyouts-Community/ModernFlyouts/releases/download/$matchHead/32669SamG.ModernFlyouts_$version_neutral___pcy8vm99wrpcg.Msixbundle#/dl.7z"
    }
}
