move manifest in controller

This commit is contained in:
Simon Vieille 2023-11-20 14:40:10 +01:00
commit 233d1a4d96
Signed by: deblan
GPG key ID: 579388D585F70417
6 changed files with 91 additions and 61 deletions

View file

@ -1,17 +0,0 @@
{
"short_name": "RWM",
"name": "Remote i3-wm",
"theme_color": "#1e3650",
"background_color": "#ffffff",
"display": "fullscreen",
"Scope": "/",
"orientation": "portrait",
"icons": [
{
"src": "/static/img/icon.png",
"type": "image/png",
"sizes": "96x96"
}
],
"start_url": "/"
}