freedify/static/manifest.json
2026-01-13 22:26:48 +00:00

18 lines
437 B
JSON

{
"name": "Freedify",
"short_name": "Freedify",
"description": "Stream music from anywhere",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0f",
"theme_color": "#6366f1",
"orientation": "portrait",
"icons": [
{
"src": "/static/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}