mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-26 16:57:07 +01:00
Add webapps data for PWA compatibility
Description, shortcut, display mode, icon
This commit is contained in:
parent
ae7986eacb
commit
29c8df616c
1 changed files with 51 additions and 6 deletions
|
@ -1,8 +1,53 @@
|
||||||
{
|
{
|
||||||
"background_color": "#ffffff",
|
"background_color": "#333344",
|
||||||
"theme_color": "#333333",
|
"theme_color": "#333333",
|
||||||
"name": "Paimon.moe",
|
"name": "Paimon.moe",
|
||||||
"short_name": "Paimon.moe",
|
"short_name": "Paimon.moe",
|
||||||
"display": "minimal-ui",
|
"display": "standalone",
|
||||||
"start_url": "/"
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/favicon.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"apple-touch-icon": "#efefef",
|
||||||
|
"sizes": "192x192"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/favicon.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"apple-touch-icon": "#efefef",
|
||||||
|
"sizes": "512x512"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/favicon.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"apple-touch-icon": "#efefef",
|
||||||
|
"purpose": "maskable",
|
||||||
|
"sizes": "512x512"
|
||||||
|
}],
|
||||||
|
"scope": "/",
|
||||||
|
"start_url": "/",
|
||||||
|
"shortcuts": [
|
||||||
|
{
|
||||||
|
"name": "Wish Counter",
|
||||||
|
"short_name": "Wish",
|
||||||
|
"description": "Wish Counter",
|
||||||
|
"url": "/wish?src=pwa",
|
||||||
|
"icons": [{ "src": "/images/wish.png", "sizes": "192x192" }]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Calculator",
|
||||||
|
"short_name": "Calculator",
|
||||||
|
"description": "Calculator",
|
||||||
|
"url": "/calculator?src=pwa",
|
||||||
|
"icons": [{ "src": "/images/calculator.png", "sizes": "192x192" }]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "To do",
|
||||||
|
"short_name": "To do list",
|
||||||
|
"description": "somethin to do",
|
||||||
|
"url": "/todo?src=pwa",
|
||||||
|
"icons": [{ "src": "/images/todos.png", "sizes": "192x192" }]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Your best Genshin companion ever"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue