base game

This commit is contained in:
Johannes
2026-03-12 16:50:36 +01:00
commit 992ee59995
52 changed files with 54181 additions and 0 deletions

38
manifest.webmanifest Normal file
View File

@@ -0,0 +1,38 @@
{
"short_name": "PU",
"name": "Project University",
"description": "Experience a not so normal university time.",
"icons": [
{
"src": "img/logo_192.jpg",
"type": "image/jpeg",
"sizes": "192x192"
},
{
"src": "img/logo_512.jpg",
"type": "image/jpeg",
"sizes": "512x512"
}
],
"start_url": "index.html",
"background_color": "#222222",
"orientation": "portrait-primary",
"display": "standalone",
"theme_color": "#ff0055",
"shortcuts": [
{
"name": "Schedule",
"short_name": "schedule",
"description": "Schedule for your assigned classes.",
"url": "index.html?page=schedule",
"icons": [{ "src": "img/logo_192.jpg", "sizes": "192x192" }]
},
{
"name": "Available classes",
"short_name": "Classes",
"description": "Display the available classes.",
"url": "index.html?page=classes",
"icons": [{ "src": "img/logo_192.jpg", "sizes": "192x192" }]
}
]
}