Skip to content

Commit

Permalink
Add Yandex Browser Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
BanHammerYKT committed Oct 7, 2024
1 parent f066fc5 commit 0bf8bef
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions bucket/yandex-beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "24.7.6.747",
"description": "The web browser from Yandex. Yandex Browser is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.",
"homepage": "https://browser.yandex.com/",
"license": "Unknown",
"architecture": {
"64bit": {
"url": "https://download.cdn.yandex.net/browser/update/24_7_6_747_64161_w_b_r/alpha-yandex.exe",
"hash": "3780821dc3f2401f744f4cef872ac51f51d7fbe155b27ab03b72d54d0733a433"
}
},
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\alpha-yandex.exe\" -Removal",
"Expand-7zipArchive \"$dir\\browser.7z\" -ExtractDir 'Browser-bin' -Removal"
]
},
"bin": [
[
"browser.exe",
"yandex",
"--user-data-dir=\"$dir\\User Data\""
]
],
"shortcuts": [
[
"browser.exe",
"Yandex Beta",
"--user-data-dir=\"$dir\\User Data\""
]
],
"persist": "User Data",
"checkver": {
"url": "https://api.browser.yandex.ru/update-info/browser/yandex-beta/win-yandex.rss?partner=alpha-yandex&version=0.0.0.0",
"regex": "<guid64>(?<url64>.+?)</guid64>[\\s\\S]+<version:version>(?<version>.+?)</version:version>",
"replace": "${version}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "$matchUrl64"
}
}
}
}

0 comments on commit 0bf8bef

Please sign in to comment.