Files
roast_command_center/public/manifest.webmanifest

19 lines
392 B
JSON

{
"name": "Roast Planner",
"short_name": "Roast Planner",
"description": "Plan, record, and compare coffee roasts.",
"start_url": "/app",
"scope": "/",
"display": "standalone",
"background_color": "#FBF8F4",
"theme_color": "#A8481A",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}