Add maintenance features

Theme Selector, some bugfixing, update Readme
This commit is contained in:
leiweibau
2022-06-23 18:47:23 +02:00
parent 86a78b7e3a
commit e7168ca832
7 changed files with 106 additions and 12 deletions

View File

@@ -2,6 +2,13 @@
"name": "Pi-Alert Console",
"short_name": "Pi-Alert",
"display": "standalone",
"theme_color": "#367fa9",
"background_color": "#367fa9"
"icons": [
{
"src": "",
"sizes": "180x180",
"type": "image/png"
}
],
"theme_color": "#000",
"background_color": "#000"
}