This commit is contained in:
2025-06-21 08:27:46 +02:00
commit 99b0aaa72e
78 changed files with 2084 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "PlaysHub",
"icons": [
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/icon.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": "/",
"display": "standalone",
"scope": "/",
"description": "PlaysHub.",
"theme_color": "red",
"background_color": "red"
}