Browse Source

Add site manifest

Apis Necros 2 years ago
parent
commit
c9a579d028
1 changed files with 18 additions and 0 deletions
  1. 18 0
      static/site.webmanifest

+ 18 - 0
static/site.webmanifest

@@ -0,0 +1,18 @@
+{
+    "name": "VZQK50",
+    "short_name": "VZQK50",
+    "icons": [
+        {
+            "src": "/imgs/favicons/android-chrome-192x192.png",
+            "sizes": "192x192",
+            "type": "image/png"
+        },
+        {
+            "src": "/imgs/favicons/android-chrome-512x512.png",
+            "sizes": "512x512",
+            "type": "image/png"
+        }
+    ],
+    "theme_color": "#ffffff",
+    "background_color": "#ffffff"
+}