Files
galdistream/resources/movies/action.json

12 lines
575 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "Top 5 akční filmy",
"icon": "DefaultMovies.png",
"movies": [
{ "title": "John Wick", "icon": "DefaultMovies.png", "search": "john wick cz" },
{ "title": "Mad Max: Fury Road", "icon": "DefaultMovies.png", "search": "mad max fury road cz" },
{ "title": "Gladiátor", "icon": "DefaultMovies.png", "search": "gladiator cz" },
{ "title": "Temný rytíř", "icon": "DefaultMovies.png", "search": "temny rytir cz" },
{ "title": "Mission: Impossible Fallout", "icon": "DefaultMovies.png", "search": "mission impossible fallout cz" }
]
}