mcalc/manifest.json

11 lines
121 B
JSON
Raw Normal View History

2025-12-16 02:05:32 +00:00
{
"name": "mcalc",
"icons": [
{
"src": "icon.svg"
}
],
"start_url": "/index.html",
"display": "standalone"
}