mcalc/manifest.json

11 lines
120 B
JSON
Raw Normal View History

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