Update manifest
parent
33d82e3da3
commit
749bce19fe
Binary file not shown.
After Width: | Height: | Size: 370 B |
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 635 B |
|
@ -6,23 +6,10 @@
|
|||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon.png",
|
||||
"src": "/images/manifest/paimon.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": "/",
|
||||
|
@ -35,8 +22,8 @@
|
|||
"url": "/wish",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/wish.png",
|
||||
"sizes": "192x192"
|
||||
"src": "/images/manifest/wish.png",
|
||||
"sizes": "96x96"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -47,8 +34,8 @@
|
|||
"url": "/calculator",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/calculator.png",
|
||||
"sizes": "192x192"
|
||||
"src": "/images/manifest/calculator.png",
|
||||
"sizes": "96x96"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -59,8 +46,8 @@
|
|||
"url": "/todo",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/todos.png",
|
||||
"sizes": "192x192"
|
||||
"src": "/images/manifest/todos.png",
|
||||
"sizes": "96x96"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -5,3 +5,8 @@ https://paimon.moe/calculator
|
|||
https://paimon.moe/items
|
||||
https://paimon.moe/todo
|
||||
https://paimon.moe/timeline
|
||||
https://paimon.moe/achievement
|
||||
https://paimon.moe/furnishing
|
||||
https://paimon.moe/weapons
|
||||
https://paimon.moe/artifacts
|
||||
https://paimon.moe/fishing
|
Loading…
Reference in New Issue