Files
umbrix/web/manifest.json

19 lines
419 B
JSON
Raw Permalink Normal View History

2024-03-22 16:27:13 +00:00
{
"name": "Hiddify",
"short_name": "Hiddify",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "Hiddify",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}