2020-06-28 21:34:24 +01:00

54 lines
813 B
JSON

[{
"SUB": "Premium Plus",
"COST": 30,
"STATUS": 1
}, {
"SUB": "VIP",
"COST": 25,
"STATUS": 1
}, {
"SUB": "Old Premium",
"COST": 17,
"STATUS": 1
}, {
"SUB": "Bluemoon",
"COST": 15,
"STATUS": 1
}, {
"SUB": "KDB",
"COST": 14,
"STATUS": 1
}, {
"SUB": "Gold",
"COST": 13,
"STATUS": 1,
"APPS": [
"XCIPTV Red",
"Sky Q Yellow",
"SMARTERS Green"
]
}, {
"SUB": "Technoid",
"COST": 13,
"STATUS": 1
}, {
"SUB": "Bronze",
"COST": 10,
"STATUS": 1
}, {
"SUB": "SOL",
"COST": 10,
"STATUS": 1
}, {
"SUB": "New Premium (tvob)",
"COST": "X",
"STATUS": 1
}, {
"SUB": "Gambler",
"COST": "X",
"STATUS": 1
}, {
"SUB": "All of em",
"COST": "X",
"STATUS": "X"
}]