Adds a manifest, and some app icons

This commit is contained in:
Alicia Sykes
2023-04-17 22:52:04 +01:00
parent 688ad6420e
commit 5c0c537aaa
8 changed files with 19 additions and 0 deletions

19
static/manifest.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Portainer Templates",
"short_name": "Portainer Templates",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#6EDFDE",
"background_color": "#101828",
"display": "standalone"
}