This is the last time we let Pasha commit ascii porn in the comments.

This commit is contained in:
Frank Schwenk
2025-05-15 14:35:39 +02:00
parent a34405268a
commit f04b425217
5 changed files with 62 additions and 0 deletions

22
manifest.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "BSC Score",
"short_name": "BSC",
"description": "Pool Scoring App für den Billard Sport Club",
"lang": "de",
"start_url": ".",
"display": "standalone",
"background_color": "#1a1a1a",
"theme_color": "#000000",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}