File for adding authors to the about section of main menu.
This file is JSON array with list of objects
[ // start of the file
{ // array obj1
"title": "mm.about.text.1", // Big bold title with orange color, text from *_lang
"authors":[ // list of strings for small white text under the title
"GSC",
"QPLAZE",
"NOMOC"
]
},
{...}, // array obj2
{...}, // array obj3
] //end of the file