17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"name": "TimeTracker",
|
|
"short_name": "TimeTrack",
|
|
"description": "A simple time tracking application for employees and admins.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#2563EB",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/images/icon-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
} |