From ee82c63daebda0b4b84fde9dd4efe34da4291a01 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Mon, 29 Jun 2020 09:54:12 +0100 Subject: [PATCH] sub updates --- data/group/subs.json | 116 +++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 66 deletions(-) diff --git a/data/group/subs.json b/data/group/subs.json index 1e09f7b..8513bdc 100644 --- a/data/group/subs.json +++ b/data/group/subs.json @@ -1,66 +1,50 @@ -[{ - "SUB": "Insanity", - "COST": 0, - "STATUS": 1, - "IMAGE": "./data/group/Insanity.jpg", - "APPS": [ - "XCIPTV Red", - "White", - "Black", - "GREEN Smarters" - ] - }, - { - "SUB": "VIP", - "COST": 0, - "STATUS": 1, - "IMAGE": "./data/group/VIP.jpg", - "APPS": [ - "GREEN Smarters" - ] - }, - { - "SUB": "Premium Plus", - "COST": 0, - "STATUS": 1, - "IMAGE": "./data/group/Premium_Plus.jpg", - "APPS": [ - "GREEN Smarters" - ] - }, - { - "SUB": "Premium", - "COST": 0, - "STATUS": 1, - "IMAGE": "./data/group/Premium.jpg", - "APPS": [ - "GREEN Smarters" - ] - }, - { - "SUB": "Gold", - "COST": 0, - "STATUS": 1, - "IMAGE": "./data/group/Gold.jpg", - "APPS": [ - "GREEN Smarters" - ] - }, - { - "SUB": "Bronze", - "COST": 0, - "STATUS": 1, - "IMAGE": "./data/group/Bronze.jpg", - "APPS": [ - "White", - "Black", - "GREEN Smarters" - ] - }, - { - "SUB": "All of em", - "COST": "X", - "STATUS": "X", - "IMAGE": "X" - } -] \ No newline at end of file +[ + { + "SUB": "Insanity", + "COST": 0, + "STATUS": 1, + "IMAGE": "./data/group/Insanity.jpg", + "APPS": ["XCIPTV Red", "White", "Black", "SMARTERS Green"] + }, + { + "SUB": "VIP", + "COST": 0, + "STATUS": 1, + "IMAGE": "./data/group/VIP.jpg", + "APPS": ["XCIPTV Blue", "Sky Q Yellow", "SMARTERS Green"] + }, + { + "SUB": "Premium Plus", + "COST": 0, + "STATUS": 1, + "IMAGE": "./data/group/Premium_Plus.jpg", + "APPS": ["XCIPTV Blue", "Sky Q Yellow", "SMARTERS Green"] + }, + { + "SUB": "Premium", + "COST": 0, + "STATUS": 1, + "IMAGE": "./data/group/Premium.jpg", + "APPS": ["SMARTERS Green"] + }, + { + "SUB": "Gold", + "COST": 0, + "STATUS": 1, + "IMAGE": "./data/group/Gold.jpg", + "APPS": ["XCIPTV Red", "Sky Q Yellow", "SMARTERS Green"] + }, + { + "SUB": "Bronze", + "COST": 0, + "STATUS": 1, + "IMAGE": "./data/group/Bronze.jpg", + "APPS": ["White", "Black", "XCIPTV Red", "SMARTERS Green"] + }, + { + "SUB": "All of em", + "COST": "X", + "STATUS": "X", + "IMAGE": "X" + } +]