oneuptime/StatusPage/public/manifest.json
2022-04-11 14:11:16 +01:00

17 lines
377 B
JSON
Executable File

{
"short_name": "OneUptime Status Page",
"name": "Status Page Application for OneUptime",
"icons": [
{
"src": "/StatusPage/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon",
"purpose": "any maskable"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}