New indigo/purple shield+pulse logo, theme colors, localStorage key prefixes, manifest metadata. Footer and Social link retain attribution to upstream Gatus repo per Apache 2.0.
25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"id": "pandus",
|
|
"name": "PANDUS",
|
|
"short_name": "PANDUS",
|
|
"description": "PANDUS is a status page and health dashboard for monitoring your applications",
|
|
"lang": "en",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"theme_color": "#f7f9fb",
|
|
"background_color": "#f7f9fb",
|
|
"display": "standalone",
|
|
"icons": [
|
|
{
|
|
"src": "/logo-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/logo-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|