38769-vm/manifest.json
2026-02-25 23:13:00 +00:00

21 lines
471 B
JSON

{
"name": "Uptime Monitor",
"short_name": "UptimeMon",
"description": "Realtime Uptime Monitoring with Telegram Alerts",
"start_url": "/?source=pwa",
"display": "standalone",
"background_color": "#1a2639",
"theme_color": "#1a2639",
"icons": [
{
"src": "/api/icon.php?size=192",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/api/icon.php?size=512",
"sizes": "512x512",
"type": "image/png"
}
]
}