WorkIt/public/manifest.json
Devon Campbell 960e9e0ff8 Initial commit
2025-10-19 15:33:51 -04:00

21 lines
509 B
JSON

{
"name": "WorkIt",
"short_name": "WorkIt",
"start_url": "/",
"display": "standalone",
"background_color": "#121212",
"theme_color": "#007bff",
"description": "A simple workout planner and runner.",
"icons": [
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}