add manifest for pwa

This commit is contained in:
2024-03-15 08:40:42 -05:00
parent 053f6038f6
commit dfab474f42

23
src/public/manifest.json Normal file
View File

@@ -0,0 +1,23 @@
{
"short_name": "BenchCoach",
"name": "BenchCoach: An assitant for TeamSnap",
"icons": [
{
"src": "/media/benchcoach.svg",
"type": "image/svg+xml",
"sizes": "800x800"
},
{
"src": "/media/apple-touch-icon.png",
"type": "image/png",
"sizes": "120x120 180x180 167x167 152x152 80x80 120x120 58x58 87x87 76x76 114x114"
}
],
"id": "/",
"start_url": "/",
"background_color": "#323669",
"display": "standalone",
"scope": "/",
"theme_color": "#323669",
"description": "An assitant for TeamSnap"
}