This commit is contained in:
Andrey Kondratev
2025-11-07 14:34:16 +05:00
parent bd0a0cca28
commit 53633dd837
2 changed files with 84 additions and 2 deletions

22
public/manifest.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "Quixotic Music",
"short_name": "Quixotic",
"description": "Удобный сервис для поиска и скачивания музыки",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#007AFF",
"orientation": "portrait",
"icons": [
{
"src": "/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"categories": ["music", "entertainment"],
"lang": "ru",
"dir": "ltr",
"scope": "/",
"prefer_related_applications": false
}