Explorar el Código

Fix web manifest

See #312
George Cushen hace 7 años
padre
commit
086441ff3e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"
 }