focus/frontend/static/manifest.json

14 lines
187 B
JSON

{
"short_name": "Focus",
"name": "Focus",
"start_url": "/",
"display": "standalone",
"icons": [
{
"src": "/img/icon.svg",
"type": "image/svg+xml",
"sizes": "any"
}
]
}