Files
cs249r_book/kits/site.webmanifest
Vijay Janapa Reddi 9b4888f0ea feat: ecosystem consistency improvements
- Add custom 404 pages for Kits, Collabs, and TinyTorch
- Update OG images to use high-res book cover (1200x630px)
- Add PWA support with site.webmanifest and apple-touch-icon
- Enable TOC for Collabs (was disabled)
- Move subscribe-modal.js to _brand as shared asset
- Add theme-color meta tags matching project accent colors
2025-12-30 22:23:09 -05:00

20 lines
510 B
JSON

{
"name": "Hardware Kits - ML Systems",
"short_name": "HW Kits",
"description": "Hands-on hardware labs and kits for machine learning systems education.",
"start_url": "/kits/",
"scope": "/kits/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#148F77",
"icons": [
{
"src": "assets/images/favicon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["education", "technology", "hardware"]
}