remote-i3wm-go/views/page/manifest.json

19 lines
357 B
JSON

{
"short_name": "RWM",
"name": "Remote i3WM",
"theme_color": "#1e3650",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "portrait-primary",
"scope": "/",
"start_url": "/"
"orientation": "portrait",
"icons": [
{
"src": "/static/img/icon.png",
"type": "image/png",
"sizes": "96x96"
}
]
}