{
    "##": "User config is stored at '$Env:LocalAppData\\guiscrcpy'",
    "version": "2023.1.1",
    "description": "A simple, pluggable, graphical user interface for the fastest Android screen mirroring software, scrcpy",
    "homepage": "https://github.com/srevinsaju/guiscrcpy",
    "license": "GPL-3.0-or-later",
    "depends": "scrcpy",
    "notes": "If you are required to specify scrcpy-server's location, you can find it in ~\\scoop\\apps\\scrcpy\\current\\",
    "architecture": {
        "64bit": {
            "url": "https://github.com/srevinsaju/guiscrcpy/releases/download/v2023.1.1/guiscrcpy-PySide2-x64.exe#/guiscrcpy.exe",
            "hash": "12b9e7cd946896abc59aa6a2cdc5410d45b3e18ed6188f6c0a106e90a89d293c"
        },
        "32bit": {
            "url": "https://github.com/srevinsaju/guiscrcpy/releases/download/v2023.1.1/guiscrcpy-PySide2-x86.exe#/guiscrcpy.exe",
            "hash": "c4e86976d1140de98cddd82dc0570478b8eb81db7414c380894fd5a447e63f24"
        }
    },
    "bin": "guiscrcpy.exe",
    "shortcuts": [
        [
            "guiscrcpy.exe",
            "guiscrcpy"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/srevinsaju/guiscrcpy/releases/download/v$version/guiscrcpy-PySide2-x64.exe#/guiscrcpy.exe"
            },
            "32bit": {
                "url": "https://github.com/srevinsaju/guiscrcpy/releases/download/v$version/guiscrcpy-PySide2-x86.exe#/guiscrcpy.exe"
            }
        }
    }
}
