netzbeere-web/img/favicons/manifest.json
DL6ER 7156cc541f
Port PHP to Lua Pages
Signed-off-by: DL6ER <dl6er@dl6er.de>
2023-04-26 21:57:11 +02:00

20 lines
452 B
JSON

{
"name": "Pi-hole Admin Console",
"short_name": "Pi-hole",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme.color": "#367fa9",
"background_color": "#367fa9",
"display": "standalone"
}