From 00f78d3e174a6b14c15fbbcfca92758a569d22ab Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 17 Jun 2024 00:48:59 +0200 Subject: [PATCH] xd --- manifests/content-warning.rmanifest | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/content-warning.rmanifest diff --git a/manifests/content-warning.rmanifest b/manifests/content-warning.rmanifest new file mode 100644 index 0000000..1d3ba44 --- /dev/null +++ b/manifests/content-warning.rmanifest @@ -0,0 +1,17 @@ +class Manifest { + 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.7z", + path: "." + } + ] +} \ No newline at end of file