synchronization
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-08-25 13:02:18 +08:00
commit f1ecb4ed07
37 changed files with 1644 additions and 0 deletions

20
app/site.webmanifest Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Offends",
"short_name": "Offends",
"icons": [
{
"src": "/img/favicon-16x16.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/favicon-32x32.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#fff",
"background_color": "#fff",
"display": "standalone",
"start_url": "/"
}