diff --git a/public/index.html b/public/index.html index 9300cbb..e4ca99d 100644 --- a/public/index.html +++ b/public/index.html @@ -2,11 +2,71 @@ - - Quixotic Music + + Quixotic Music - Поиск и скачивание музыки + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..2498122 --- /dev/null +++ b/public/manifest.json @@ -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 +}