mcalc/manifest.json

12 lines
144 B
JSON

{
"short_name": "mcalc",
"name": "mcalc",
"icons": [
{
"src": "icon.svg"
}
],
"start_url": "index.html",
"display": "standalone"
}