Files
Bjorn/web/manifest.json
Fabien POLLY eb20b168a6 Add RLUtils class for managing RL/AI dashboard endpoints
- Implemented methods for fetching AI stats, training history, and recent experiences.
- Added functionality to set operation mode (MANUAL, AUTO, AI) with appropriate handling.
- Included helper methods for querying the database and sending JSON responses.
- Integrated model metadata extraction for visualization purposes.
2026-02-18 22:36:10 +01:00

58 lines
1.3 KiB
JSON

{
"name": "Bjorn Cyberviking",
"short_name": "Bjorn",
"description": "Bjorn Cyberviking",
"start_url": "/",
"display": "standalone",
"background_color": "#333",
"theme_color": "#333",
"icons": [
{
"src": "web/images/icon-60x60.png",
"sizes": "60x60",
"type": "image/png"
},
{
"src": "web/images/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "web/images/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "web/images/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "web/images/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "web/images/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "web/images/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "web/images/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "web/images/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}