Skip to content

Commit

Permalink
Added most of translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Specy committed May 10, 2024
1 parent 3820efa commit f734dc7
Show file tree
Hide file tree
Showing 34 changed files with 605 additions and 319 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 19 additions & 19 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"name": "Genshin Music Nightly",
"short_name": "Genshin Music Nightly",
"name": "Sky Music Nightly",
"short_name": "Sky Music Nightly",
"description": "A program to record, practice and share music. \nBy downloading the app, you get fullscreen and better overall experience",
"icons": [
{
"src": "/genshinMusic/favicon.ico",
"src": "favicon.ico",
"sizes": "48x48",
"type": "image/x-icon"
},
{
"src": "/genshinMusic/logo192.png",
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/genshinMusic/logo512.png",
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"file_handlers": [
{
"action": "/genshinMusic",
"name": "Import file in genshin music",
"action": "/",
"name": "Import file in sky music",
"accept": {
"application/json": [
".genshinsheet",
".genshinbackup",
".genshintheme",
".genshinfolder"
".skysheet",
".skybackup",
".skytheme",
".skyfolder"
]
},
"icons": [
{
"src": "/genshinMusic/favicon.ico",
"src": "/favicon.ico",
"sizes": "48x48",
"type": "image/x-icon"
},
{
"src": "/genshinMusic/logo192.png",
"src": "/logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/genshinMusic/logo512.png",
"src": "/logo512.png",
"type": "image/png",
"sizes": "512x512"
}
Expand All @@ -52,24 +52,24 @@
],
"screenshots": [
{
"src": "/genshinMusic/manifestData/player.webp",
"src": "manifestData/player.webp",
"type": "image/png",
"sizes": "1280x720"
},
{
"src": "/genshinMusic/manifestData/composer.webp",
"src": "manifestData/composer.webp",
"type": "image/png",
"sizes": "1280x720"
},
{
"src": "/genshinMusic/manifestData/zenkeyboard.webp",
"src": "manifestData/zenkeyboard.webp",
"type": "image/png",
"sizes": "1280x720"
}
],
"start_url": "/genshinMusic",
"start_url": ".",
"display": "fullscreen",
"orientation": "landscape",
"theme_color": "#63aea7",
"background_color": "#495466"
}
}
Binary file modified public/manifestData/composer.webp
Binary file not shown.
Binary file modified public/manifestData/player.webp
Binary file not shown.
Binary file modified public/manifestData/zenkeyboard.webp
Binary file not shown.
Loading

0 comments on commit f734dc7

Please sign in to comment.