paimon-moe-fork/static/manifest.json

56 lines
1.3 KiB
JSON
Raw Normal View History

2020-10-21 23:03:33 +01:00
{
2021-09-04 12:42:30 +01:00
"background_color": "#202442",
"theme_color": "#202442",
"name": "Paimon.moe",
"short_name": "Paimon.moe",
"display": "standalone",
"icons": [
{
2022-02-14 08:50:58 +00:00
"src": "/images/manifest/paimon.png",
2021-09-04 12:42:30 +01:00
"type": "image/png",
"apple-touch-icon": "#efefef",
"sizes": "192x192"
}
],
"scope": "/",
"start_url": "/",
"shortcuts": [
{
"name": "Wish Counter",
"short_name": "Wish",
2021-09-04 12:42:30 +01:00
"description": "Wish Counter to track your pity",
"url": "/wish",
"icons": [
{
2022-02-14 08:50:58 +00:00
"src": "/images/manifest/wish.png",
"sizes": "96x96"
2021-09-04 12:42:30 +01:00
}
]
},
{
"name": "Calculator",
"short_name": "Calculator",
2021-09-04 12:42:30 +01:00
"description": "Calculator to calculate how many mora and items needed for your character or weapon",
"url": "/calculator",
"icons": [
{
2022-02-14 08:50:58 +00:00
"src": "/images/manifest/calculator.png",
"sizes": "96x96"
2021-09-04 12:42:30 +01:00
}
]
},
2021-09-04 12:42:30 +01:00
{
"name": "To do",
"short_name": "To do list",
2021-09-04 12:42:30 +01:00
"description": "Todo List to plan and track items and mora you need",
"url": "/todo",
"icons": [
{
2022-02-14 08:50:58 +00:00
"src": "/images/manifest/todos.png",
"sizes": "96x96"
2021-09-04 12:42:30 +01:00
}
]
}
],
2021-09-04 12:42:30 +01:00
"description": "Your best Genshin Impact companion!"
}