Files
LazyPM/cmd/web/assets/manifest.json
Robin Olsen a3a1d71325 first commit
2026-01-31 16:00:23 +01:00

21 lines
480 B
JSON

{
"short_name": "ProjTool",
"name": "Project Management Tool",
"icons": [
{
"src": "/public/images/icon-48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "/public/images/icon-128.png",
"type": "image/png",
"sizes": "128x128"
}
],
"start_url": "/",
"background_color": "#ffffff",
"display": "standalone",
"theme_color": "#000000",
"description": "Web Based Project Management Tool for Bachelor Study"
}