diff --git a/src/app.html b/src/app.html index 77a5ff5..39659d7 100644 --- a/src/app.html +++ b/src/app.html @@ -2,8 +2,9 @@
- + + %sveltekit.head% diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..caf7665 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,17 @@ +{ + "lang": "en-us", + "name": "Seirea - Aeries Client", + "short_name": "Seirea", + "description": "your grades", + "start_url": "/", + "background_color": "#ffffff", + "theme_color": "#ef4444", + "orientation": "any", + "display": "standalone", + "icons": [ + { + "src": "/favicon.png", + "sizes": "256x256" + } + ] +} \ No newline at end of file