feat: make roast planner mobile PWA ready

This commit is contained in:
2026-07-29 21:28:51 -04:00
parent 106b1104c3
commit 74b4c3a368
9 changed files with 203 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "Roast Planner",
"short_name": "Roast Planner",
"description": "Plan, record, and compare coffee roasts.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#FBF8F4",
"theme_color": "#A8481A",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}