mcalc/manifest.json

12 lines
144 B
JSON
Raw Normal View History

2025-12-16 02:05:32 +00:00
{
2025-12-16 02:38:49 +00:00
"short_name": "mcalc",
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"
}