mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
21 lines
510 B
Text
21 lines
510 B
Text
|
// use an integer for version numbers
|
||
|
version = 1
|
||
|
|
||
|
|
||
|
cloudstream {
|
||
|
language = "en"
|
||
|
// All of these properties are optional, you can safely remove them
|
||
|
|
||
|
description = "The Crunchyroll provider allows you to watch all the shows that are on Crunchyroll."
|
||
|
authors = listOf("Sir Aguacata (KillerDogeEmpire)")
|
||
|
|
||
|
/**
|
||
|
* Status int as the following:
|
||
|
* 0: Down
|
||
|
* 1: Ok
|
||
|
* 2: Slow
|
||
|
* 3: Beta only
|
||
|
* */
|
||
|
status = 1 // will be 3 if unspecified
|
||
|
tvTypes = listOf("Live")
|
||
|
}
|