ScoopInstaller_Main/bucket/monolith.json
2022-11-10 20:29:23 +00:00

22 lines
664 B
JSON

{
"version": "2.7.0",
"description": "Saves complete web pages as a single HTML file.",
"homepage": "https://github.com/Y2Z/monolith",
"license": "Unlicense",
"architecture": {
"64bit": {
"url": "https://github.com/Y2Z/monolith/releases/download/v2.7.0/monolith.exe",
"hash": "2d10157400a1e6a1c4e5c496803cbe39a775b8f5af963c0646f4b84cf689b1a9"
}
},
"bin": "monolith.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Y2Z/monolith/releases/download/v$version/monolith.exe"
}
}
}
}