pwa compatible
All checks were successful
build-and-deploy / build (push) Successful in 11s
build-and-deploy / deploy (push) Successful in 15s

This commit is contained in:
2025-09-26 21:20:34 -06:00
parent ef311916b3
commit bf941aceb3
13 changed files with 109 additions and 4 deletions

View File

@@ -0,0 +1,57 @@
{
"name": "RADIUS Nucleo",
"short_name": "RADIUS",
"description": "Aplicación PWA para administrar usuarios y dispositivos usando FreeRADIUS.",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/icon-192-maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/icon-512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/icon-192-black.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-512-black.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "screenshots/screenshot-desktop.png",
"sizes": "2048x1229",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "screenshots/screenshot-mobile.png",
"sizes": "797x1220",
"type": "image/png",
"form_factor": "narrow"
}
]
}