This commit is contained in:
parent
069cdbced5
commit
00f78d3e17
|
@ -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: "."
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue