whole app

This commit is contained in:
2026-05-11 23:11:32 +02:00
commit c957bc97d3
6 changed files with 1304 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "Credit Tracker",
"short_name": "Credits",
"description": "Track your university courses, grades and credits",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#F3F4F6",
"theme_color": "#4F46E5",
"orientation": "portrait",
"icons": [
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "icon-maskable.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"
}
]
}