Files
cs249r_book/mlsysim/docs/manifest.json
Vijay Janapa Reddi 3ce08f8f08 updates
2026-03-18 17:40:35 -04:00

26 lines
527 B
JSON

{
"short_name": "MLSysIM",
"name": "MLSys·im — ML Systems Infrastructure Modeling",
"icons": [
{
"src": "favicon.ico",
"sizes": "48x48",
"type": "image/x-icon"
},
{
"src": "android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#0284C7",
"background_color": "#ffffff"
}