mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-31 07:12:25 +08:00
32 lines
1013 B
JSON
32 lines
1013 B
JSON
{
|
|
"version": "3.7.0",
|
|
"description": "A keyboard-focused browser with a minimal GUI",
|
|
"homepage": "https://www.qutebrowser.org",
|
|
"license": "GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/qutebrowser/qutebrowser/releases/download/v3.7.0/qutebrowser-3.7.0-windows-standalone.zip",
|
|
"hash": "6620e84015b5948b8e1016b1a29f4822044bf36fd2eff5f763692aee2668a8a0",
|
|
"extract_dir": "qutebrowser-3.7.0"
|
|
}
|
|
},
|
|
"bin": "qutebrowser.exe",
|
|
"shortcuts": [
|
|
[
|
|
"qutebrowser.exe",
|
|
"qutebrowser"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/qutebrowser/qutebrowser"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/qutebrowser/qutebrowser/releases/download/v$version/qutebrowser-$version-windows-standalone.zip",
|
|
"extract_dir": "qutebrowser-$version"
|
|
}
|
|
}
|
|
}
|
|
}
|