{
    "version": "1.6.1",
    "description": "Clash Nyanpasu! (∠・ω< )⌒☆ An opinionated Clash GUI based on Tauri.",
    "homepage": "https://github.com/libNyanpasu/clash-nyanpasu",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/libNyanpasu/clash-nyanpasu/releases/download/v1.6.1/Clash.Nyanpasu_1.6.1_x64_portable.zip",
            "hash": "99525f1d5338e2edb3037661b6f81b5eeee359d8a2e0801c1606a547bc084bcf"
        }
    },
    "shortcuts": [
        [
            "Clash Nyanpasu.exe",
            "Clash Nyanpasu"
        ]
    ],
    "persist": ".config",
    "post_install": [
        "if (!(Test-Path \"$persist_dir\\.config\\PORTABLE\")) {",
        "    New-Item -Path \"$persist_dir\\.config\\PORTABLE\" -ItemType file | Out-Null",
        "}"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/libNyanpasu/clash-nyanpasu/releases/download/v$version/Clash.Nyanpasu_$version_x64_portable.zip"
            }
        }
    }
}
