Update action, fantasy, harry-potter, and sci-fi JSON files with new movie entries and titles for improved categorization and searchability.

This commit is contained in:
2025-09-23 19:47:32 +02:00
parent 8a0d43b41b
commit bcb28c32c9
4 changed files with 43 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
{
"title": "Top 5 sci-fi filmy",
"icon": "DefaultMovies.png",
"movies": [
{ "title": "Blade Runner 2049", "icon": "DefaultMovies.png", "search": "blade runner 2049 cz" },
{ "title": "Interstellar", "icon": "DefaultMovies.png", "search": "interstellar cz" },
{ "title": "Matrix", "icon": "DefaultMovies.png", "search": "matrix cz" },
{ "title": "Příchozí (Arrival)", "icon": "DefaultMovies.png", "search": "prichozi arrival cz" },
{ "title": "Star Wars: Impérium vrací úder", "icon": "DefaultMovies.png", "search": "star wars imperium vraci uder cz" }
]
}