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",
|
"display": "standalone",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/favicon.png",
|
"src": "/images/manifest/paimon.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"apple-touch-icon": "#efefef",
|
"apple-touch-icon": "#efefef",
|
||||||
"sizes": "192x192"
|
"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": "/",
|
"scope": "/",
|
||||||
|
@ -35,8 +22,8 @@
|
||||||
"url": "/wish",
|
"url": "/wish",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/images/wish.png",
|
"src": "/images/manifest/wish.png",
|
||||||
"sizes": "192x192"
|
"sizes": "96x96"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -47,8 +34,8 @@
|
||||||
"url": "/calculator",
|
"url": "/calculator",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/images/calculator.png",
|
"src": "/images/manifest/calculator.png",
|
||||||
"sizes": "192x192"
|
"sizes": "96x96"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -59,8 +46,8 @@
|
||||||
"url": "/todo",
|
"url": "/todo",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/images/todos.png",
|
"src": "/images/manifest/todos.png",
|
||||||
"sizes": "192x192"
|
"sizes": "96x96"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,3 +5,8 @@ https://paimon.moe/calculator
|
||||||
https://paimon.moe/items
|
https://paimon.moe/items
|
||||||
https://paimon.moe/todo
|
https://paimon.moe/todo
|
||||||
https://paimon.moe/timeline
|
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