add manifest for pwa
This commit is contained in:
23
src/public/manifest.json
Normal file
23
src/public/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user