update core

This commit is contained in:
hiddify
2024-03-22 16:27:13 +00:00
parent e21ecb9604
commit 62aedcc6f5
6 changed files with 82 additions and 4 deletions

18
web/manifest.json Executable file
View File

@@ -0,0 +1,18 @@
{
"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"
}
]
}