NDOJ/resources/icons/manifest.json

20 lines
436 B
JSON
Raw Normal View History

2022-03-28 23:42:50 +00:00
{
2024-08-13 14:36:01 +00:00
"name": "LQDOJ",
"short_name": "LQDOJ",
2022-03-28 23:42:50 +00:00
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
2024-08-13 14:36:01 +00:00
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
2022-03-28 23:42:50 +00:00
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}