feat: release agent 0.5.1 and add favicon

This commit is contained in:
benya
2026-07-21 01:19:38 +03:00
parent 23282f6f5c
commit 75a7361716
15 changed files with 54 additions and 10 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "OpenWrt RMM",
"short_name": "RMM",
"description": "Мониторинг и удалённое управление OpenWrt-роутерами",
"start_url": "/",
"display": "standalone",
"background_color": "#071019",
"theme_color": "#071019",
"icons": [
{
"src": "/web-app-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/web-app-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}