funny-repo/manifests/content-warning.rmanifest

25 lines
797 B
Plaintext

class Manifest {
static useLib = ["open"]
static id = "content_warning"
static version = "1.15.a"
static pkg_name = "Content Warning"
static description = "No description"
static icon = "https://static.wikia.nocookie.net/content-warning-landfall/images/9/96/Icon.png/revision/latest/smart/width/250/height/250?cb=20240425013607"
static core_minimum_version = "0.17.0"
static author = "XD"
installSteps = [
{
type: "http_file",
url: "https://b2-cdn.ragestudio.net/file/bundler-sg/bundles/cnt_warng/1.15.a/bundle.zip",
tmp: "true",
extract: true,
deleteAfterExtract: true,
}
]
execute = async (pkg) => {
Lib.open.spawn(install_path + "Content Warning.exe")
}
}