Wiki update

This commit is contained in:
Fabien POLLY
2026-01-24 17:18:37 +01:00
parent e7168f6d1d
commit fc2a3f6972
31 changed files with 4135 additions and 279 deletions

35
manifest.json Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "Bjorn WIKI",
"short_name": "Bjorn",
"description": "Official Documentation and Wiki for Bjorn",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#0B0C0E",
"theme_color": "#22c55e",
"orientation": "any",
"icons": [
{
"src": "wiki/assets/logo.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "wiki/assets/logo.png",
"sizes": "512x512",
"type": "image/png"
}
],
"shortcuts": [
{
"name": "Search Wiki",
"url": "./index.html?search=true",
"icons": [
{
"src": "wiki/assets/logo.png",
"sizes": "192x192"
}
]
}
]
}