pandus/web/app/public/manifest.json
Rebecca Valente 7c6bc53dc7
Some checks failed
test-ui / test-ui (push) Has been cancelled
test / test (push) Has been cancelled
rebrand: fork Gatus as PANDUS with custom UI identity
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.
2026-05-28 13:45:28 -03:00

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"
}
]
}