Parcourir la source

Adds a manifest, and some app icons

Alicia Sykes il y a 2 ans
Parent
commit
5c0c537aaa

BIN
static/android-chrome-192x192.png


BIN
static/android-chrome-512x512.png


BIN
static/apple-touch-icon.png


BIN
static/favicon-16x16.png


BIN
static/favicon-32x32.png


BIN
static/favicon.ico


BIN
static/favicon.png


+ 19 - 0
static/manifest.json

@@ -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"
+}