Files
coastal_timesheet/frontend/public/manifest.json
T

25 lines
556 B
JSON

{
"name": "Coastal Contracting Timesheet",
"short_name": "Timesheet",
"description": "Employee timesheet management for Coastal Contracting",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0ea5e9",
"orientation": "any",
"icons": [
{
"src": "/icons/icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icons/icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any"
}
]
}