homelab_automation/app/static/manifest.json
Bruno Charest c81965326a
Some checks failed
Tests / Backend Tests (Python) (3.10) (push) Has been cancelled
Tests / Backend Tests (Python) (3.11) (push) Has been cancelled
Tests / Backend Tests (Python) (3.12) (push) Has been cancelled
Tests / Frontend Tests (JS) (push) Has been cancelled
Tests / Integration Tests (push) Has been cancelled
Tests / All Tests Passed (push) Has been cancelled
feat: Add Progressive Web App (PWA) support with service worker, manifest, and icons, including associated tests.
2026-03-03 22:56:54 -05:00

30 lines
779 B
JSON

{
"name": "Homelab Automation Dashboard",
"short_name": "Homelab",
"description": "Dashboard de gestion automatisée de homelab avec Ansible",
"start_url": "/",
"display": "standalone",
"orientation": "any",
"theme_color": "#7c3aed",
"background_color": "#0a0a0a",
"icons": [
{
"src": "/static/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": [
"utilities",
"productivity"
],
"lang": "fr",
"dir": "ltr"
}