2022-09-14 22:16:36 +00:00
|
|
|
// use an integer for version numbers
|
2022-10-07 17:32:11 +00:00
|
|
|
version = 8
|
2022-09-14 22:16:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
2022-09-14 22:20:17 +00:00
|
|
|
language = "en"
|
2022-09-14 22:16:36 +00:00
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
2022-10-16 16:12:51 +00:00
|
|
|
description = "#1 best extension based on Loklok API"
|
2022-09-14 22:16:36 +00:00
|
|
|
authors = listOf("Hexated")
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Status int as the following:
|
|
|
|
* 0: Down
|
|
|
|
* 1: Ok
|
|
|
|
* 2: Slow
|
|
|
|
* 3: Beta only
|
|
|
|
* */
|
|
|
|
status = 1 // will be 3 if unspecified
|
|
|
|
tvTypes = listOf(
|
|
|
|
"AsianDrama",
|
|
|
|
"Anime",
|
|
|
|
"TvSeries",
|
|
|
|
"Movie",
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
iconUrl = "https://www.google.com/s2/favicons?domain=loklok.com&sz=%size%"
|
|
|
|
}
|