Channels definition file.

Each channel has 3 fields:
id - defines the number of the channel
name - defines the name of the channel
program - defines the current program on the channel

The MINIMUM amount of channels is 6 channels.
You can add more than 6 by changing the "max_channels" value at the start of the json file, and adding a new channel element consisting of: id, name, program.
The channels must be in order! (So - 1,2,3,4,5,6,7..)
Each channel MUST have its own image in the res folder in the format "CH_X.jpg", where X is the channel number. If the image for a channel is missing the simulator will crash!!!

All values must be entered correctly, else the simulator will most likely crash. Edit this file carefully!