Sfoglia il codice sorgente

fixed the .webmanifest for permissions_policy fields, manually moving .well_known/ to build/ lets google parse it, it complains that the image isn't in png, svg or webp format now which is progress

oscar 3 mesi fa
parent
commit
5982787b24
1 ha cambiato i file con 6 aggiunte e 5 eliminazioni
  1. 6 5
      .well-known/manifest.webmanifest

+ 6 - 5
.well-known/manifest.webmanifest

@@ -17,9 +17,10 @@
   "scope": "/",
   "isolated_storage": true,
   "permissions_policy": {
-  "cross-origin-isolated": ["self"],
-  "direct-sockets": ["self"],
-  "controlled-frame": ["self"],
-  "window-management": ["self"],
-  "all-screens-capture": ["self"]
+    "cross-origin-isolated": ["self"],
+    "direct-sockets": ["self"],
+    "controlled-frame": ["self"],
+    "window-management": ["self"],
+    "all-screens-capture": ["self"]
+  }
 }