Files
hydro-builder-app/public/manifest.json

17 lines
470 B
JSON

{
"name": "Hydro Builder",
"short_name": "HydroBuilder",
"description": "3D Hydroponics System Designer & Fluid Simulator",
"start_url": "/",
"display": "standalone",
"background_color": "#18181b",
"theme_color": "#18181b",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🌿</text></svg>",
"sizes": "192x192",
"type": "image/svg+xml"
}
]
}