Files

19 lines
426 B
JSON
Raw Permalink Normal View History

2017-01-27 12:02:49 -06:00
{
"name": "LibreNMS",
"icons": [
{
2020-02-12 15:19:12 -05:00
"src": "/images/android-chrome-192x192.png",
2017-01-27 12:02:49 -06:00
"sizes": "192x192",
"type": "image/png"
},
{
2020-02-12 15:19:12 -05:00
"src": "/images/android-chrome-512x512.png",
2017-01-27 12:02:49 -06:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
2020-02-12 15:19:12 -05:00
}