Sfoglia il codice sorgente

Fix web manifest

See #312
George Cushen 7 anni fa
parent
commit
086441ff3e
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      static/site.webmanifest

+ 2 - 1
static/site.webmanifest

@@ -8,5 +8,6 @@
         "sizes": "192x192",
         "type": "image/png"
     }],
-    "start_url": "/"
+    "display": "standalone",
+    "start_url": "./?utm_source=web_app_manifest"
 }