diff --git a/src/public/manifest.json b/src/public/manifest.json new file mode 100644 index 0000000..350203d --- /dev/null +++ b/src/public/manifest.json @@ -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" +} \ No newline at end of file