update core
This commit is contained in:
18
web/manifest.json
Executable file
18
web/manifest.json
Executable 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user