focus/frontend/static/manifest.json

14 lines
187 B
JSON
Raw Normal View History

2024-01-11 16:32:48 +01:00
{
"short_name": "Focus",
"name": "Focus",
"start_url": "/",
"display": "standalone",
"icons": [
{
"src": "/img/icon.svg",
"type": "image/svg+xml",
"sizes": "any"
}
]
}