{
    "version": "1.17.0",
    "description": "Easily switch between windows of the same app with Alt+` (Backtick), also switch between apps with Alt+Tab.",
    "homepage": "https://github.com/sigoden/window-switcher",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": [
                "https://github.com/sigoden/window-switcher/releases/download/v1.17.0/window-switcher-v1.17.0-windows-64.zip",
                "https://github.com/sigoden/window-switcher/raw/v1.17.0/window-switcher.ini"
            ],
            "hash": [
                "32111fef117598d4114e0e7cedf6d1ef78a074be84001d36461b4015d90c85d7",
                "2a2552569c84aa71c6695193dd337e284b43078de2a682a32f8657d9764bbc62"
            ]
        },
        "32bit": {
            "url": [
                "https://github.com/sigoden/window-switcher/releases/download/v1.17.0/window-switcher-v1.17.0-windows-32.zip",
                "https://github.com/sigoden/window-switcher/raw/v1.17.0/window-switcher.ini"
            ],
            "hash": [
                "5020ef8a40357e269c9ea7f4189206c8fad35d3875b8661abeb7000008189f85",
                "2a2552569c84aa71c6695193dd337e284b43078de2a682a32f8657d9764bbc62"
            ]
        },
        "arm64": {
            "url": [
                "https://github.com/sigoden/window-switcher/releases/download/v1.17.0/window-switcher-v1.17.0-windows-arm64.zip",
                "https://github.com/sigoden/window-switcher/raw/v1.17.0/window-switcher.ini"
            ],
            "hash": [
                "6e492e8d10afae358aa8a098644fd0fa78f77268417a583b0d4aabd86c0e54bc",
                "2a2552569c84aa71c6695193dd337e284b43078de2a682a32f8657d9764bbc62"
            ]
        }
    },
    "shortcuts": [
        [
            "window-switcher.exe",
            "Window Switcher"
        ]
    ],
    "persist": "window-switcher.ini",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": [
                    "https://github.com/sigoden/window-switcher/releases/download/v$version/window-switcher-v$version-windows-64.zip",
                    "https://github.com/sigoden/window-switcher/raw/v$version/window-switcher.ini"
                ]
            },
            "32bit": {
                "url": [
                    "https://github.com/sigoden/window-switcher/releases/download/v$version/window-switcher-v$version-windows-32.zip",
                    "https://github.com/sigoden/window-switcher/raw/v$version/window-switcher.ini"
                ]
            },
            "arm64": {
                "url": [
                    "https://github.com/sigoden/window-switcher/releases/download/v$version/window-switcher-v$version-windows-arm64.zip",
                    "https://github.com/sigoden/window-switcher/raw/v$version/window-switcher.ini"
                ]
            }
        }
    }
}
