mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
add proxy server for dynamic api endpoint handling and auth
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "My Vue 3 App",
|
||||
"short_name": "My App",
|
||||
"name": "osu! music player",
|
||||
"short_name": "music player",
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/icons/android-chrome-192x192.png",
|
||||
@@ -13,8 +13,8 @@
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "/index.html",
|
||||
"start_url": "/menu",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone",
|
||||
"theme_color": "#4DBA87"
|
||||
"theme_color": "#1c1719"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user