Files
CreditTracker/manifest.json
T
2026-05-11 23:11:32 +02:00

25 lines
535 B
JSON

{
"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"
}
]
}