This implements the initial PWA manifest for XO Lite. I requested this several months to a year ago, so decided to do it myself in the end.
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"name": "XO Lite",
|
|
"short_name": "XOLite",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"description": "Integrated local and lightweight solution to manage a local XCP-ng pool.",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
}
|