{ "schemaVersion": 1, "id": "freshcoffee", "version": "${version}", "name": "FreshCoffee", "description": "This ensures you are running a supported version of Java and can install a supported one if you are not.", "authors": [ "TheBrokenRail" ], "contact": { "homepage": "https://thebrokenrail.com/", "sources": "https://gitea.thebrokenrail.com/TheBrokenRail/FreshCoffee.git", "issues": "https://gitea.thebrokenrail.com/TheBrokenRail/FreshCoffee/issues" }, "license": "MIT", "environment": "*", "entrypoints": { "preLaunch": [ "com.thebrokenrail.freshcoffee.FreshCoffee" ] }, "custom": { "freshcoffee:minimum_java_version": 8 } }