feat: PWA icon + download count increment on market install
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"name": "TurboSu",
|
||||
"name": "TurboSu - 极速中枢",
|
||||
"short_name": "TurboSu",
|
||||
"description": "赛车遥测仪表盘",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#0a0a0f",
|
||||
"theme_color": "#0a0a0f",
|
||||
"icons": []
|
||||
"background_color": "#060a16",
|
||||
"theme_color": "#060a16",
|
||||
"icons": [
|
||||
{"src": "/static/img/logo.svg", "sizes": "any", "type": "image/svg+xml"}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user