scoop-games/bucket/minecraft.json

23 lines
617 B
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
2019-11-10 17:45:12 -08:00
"version": "nightly",
"description": "Official launcher for Minecraft, a sandbox voxel game.",
2020-05-02 07:59:41 -07:00
"homepage": "https://www.minecraft.net/",
2019-03-07 18:44:25 -08:00
"license": {
2019-11-10 17:45:12 -08:00
"identifier": "Proprietary",
2019-03-07 18:44:25 -08:00
"url": "https://account.mojang.com/terms"
},
"url": "https://launcher.mojang.com/download/Minecraft.exe",
2019-11-10 17:45:12 -08:00
"notes": "This is only the launcher; you need to log in with a premium account to play Minecraft.",
"bin": "Minecraft.exe",
2019-03-07 18:44:25 -08:00
"shortcuts": [
[
2019-11-10 17:45:12 -08:00
"Minecraft.exe",
2019-03-07 18:44:25 -08:00
"Minecraft"
]
],
2019-11-10 17:45:12 -08:00
"persist": [
"game",
"runtime"
]
2019-03-07 18:44:25 -08:00
}