Improve SEO

This commit is contained in:
2025-07-17 23:18:50 +03:00
parent 0c938231df
commit 86dc57af01
7 changed files with 129 additions and 1 deletions

21
public/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "NeoMovies",
"short_name": "NeoMovies",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"description": "Смотрите фильмы и сериалы онлайн на NeoMovies.",
"icons": [
{
"src": "/public/logo.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/public/logo.png",
"sizes": "512x512",
"type": "image/png"
}
]
}