{
    "version": "0.19.0",
    "description": "A fast code formatter for GDScript in Godot 4.",
    "homepage": "https://www.gdquest.com/library/gdscript_formatter/",
    "license": {
        "identifier": "MIT",
        "url": "https://github.com/GDQuest/GDScript-formatter/blob/HEAD/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.19.0/gdscript-formatter-0.19.0-windows-x86_64.exe.zip",
            "hash": "9fce19ad2779c4cfc196ea7d77a381649ab100faeca70ffb93a4509e070f0759"
        },
        "arm64": {
            "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/0.19.0/gdscript-formatter-0.19.0-windows-aarch64.exe.zip",
            "hash": "d50967f2df013392ed026e330cd351fe30e8d46238ea638cad12d607289304a0"
        }
    },
    "pre_install": "Get-Item -Path \"$dir\\gdscript-formatter*.exe\" | Select-Object -First 1 | Rename-Item -NewName 'gdscript-formatter.exe'",
    "bin": "gdscript-formatter.exe",
    "checkver": {
        "github": "https://github.com/GDQuest/GDScript-formatter"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/$version/gdscript-formatter-$version-windows-x86_64.exe.zip"
            },
            "arm64": {
                "url": "https://github.com/GDQuest/GDScript-formatter/releases/download/$version/gdscript-formatter-$version-windows-aarch64.exe.zip"
            }
        }
    }
}
