{
    "version": "2025.3.4.7",
    "description": "The official IDE for Android development, which includes everything you need to build Android apps.",
    "homepage": "https://developer.android.com/studio",
    "license": {
        "identifier": "Freeware",
        "url": "https://developer.android.com/studio/terms"
    },
    "suggest": {
        "Android SDK": "main/android-clt"
    },
    "architecture": {
        "64bit": {
            "url": "https://edgedl.me.gvt1.com/android/studio/ide-zips/2025.3.4.7/android-studio-panda4-patch1-windows.zip",
            "hash": "b37f2f33619c932f50d59f30592ea4f6ddd8d9fd95e3b3687c5525429316b28f",
            "shortcuts": [
                [
                    "bin\\studio64.exe",
                    "Android Studio"
                ]
            ]
        }
    },
    "extract_dir": "android-studio",
    "checkver": "/ide-zips/(?<version>[\\d.]+)/(?<filename>android-studio.*windows\\.zip)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://edgedl.me.gvt1.com/android/studio/ide-zips/$version/$matchFilename",
                "hash": {
                    "url": "https://developer.android.com/studio",
                    "regex": "(?sm)$basename.*?$sha256"
                }
            }
        }
    }
}
