{
    "version": "3.3.3.1",
    "homepage": "https://bluepointlilac.github.io/ContextMenuManager/",
    "description": "A program to manage the Windows right-click context menu.",
    "license": "MIT",
    "url": [
        "https://github.com/BluePointLilac/ContextMenuManager/releases/download/3.3.3.1/ContextMenuManager.NET.4.0.exe#/context-menu-manager.exe",
        "https://raw.githubusercontent.com/BluePointLilac/ContextMenuManager/3.3.3.1/languages/en-US.ini"
    ],
    "hash": [
        "1352c2222d2d28dd1a8824334f16c0676dfe88cd7211de873ec9b125f6782ec7",
        "dafd917370694cb6434444bd278f131cf1204b371a7242c9179a4afa36afcc23"
    ],
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\Config\\Config.ini\")) {",
        "    New-Item \"$dir\\Config\\Config.ini\" -Force -Value \"`n[General]`nLanguage=en-US`nUpdateFrequency=-1`nShowFilePath=1`nOpenMoreRegedit=1`n`n[Window]\" | Out-Null",
        "}"
    ],
    "bin": "context-menu-manager.exe",
    "shortcuts": [
        [
            "context-menu-manager.exe",
            "ContextMenuManager"
        ]
    ],
    "persist": [
        "Config\\Config.ini",
        "Config\\Backup",
        "Config\\Dictionaries\\User",
        "Config\\Dictionaries\\Web",
        "Config\\Programs",
        "Config\\Languages"
    ],
    "post_install": "Move-Item \"$dir\\en-US.ini\" \"$dir\\Config\\Languages\"",
    "checkver": {
        "github": "https://github.com/BluePointLilac/ContextMenuManager"
    },
    "autoupdate": {
        "url": [
            "https://github.com/BluePointLilac/ContextMenuManager/releases/download/$version/ContextMenuManager.NET.4.0.exe#/context-menu-manager.exe",
            "https://raw.githubusercontent.com/BluePointLilac/ContextMenuManager/$version/languages/en-US.ini"
        ]
    }
}
