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