16 lines
286 B
JSON
16 lines
286 B
JSON
|
|
{
|
||
|
|
"title": "Akční filmy",
|
||
|
|
"icon": "DefaultMovies.png",
|
||
|
|
"movies": [
|
||
|
|
{
|
||
|
|
"title": "The Matrix",
|
||
|
|
"icon": "DefaultMovies.png",
|
||
|
|
"search": "matrix"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"title": "Inception",
|
||
|
|
"icon": "DefaultMovies.png",
|
||
|
|
"search": "inception"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|