mcalc/manifest.json

14 lines
188 B
JSON

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