Selaa lähdekoodia

started work on WebVM .webmanifest, google says it can't parse/find it so placeholder for now

oscar 3 kuukautta sitten
vanhempi
commit
4967842858
1 muutettua tiedostoa jossa 25 lisäystä ja 0 poistoa
  1. 25 0
      .well-known/manifest.webmanifest

+ 25 - 0
.well-known/manifest.webmanifest

@@ -0,0 +1,25 @@
+{
+  "id": "/",
+  "short_name": "WEBVM",
+  "name": "Web VM",
+  "version": "0.0.0",
+  "icons": [
+  	{
+  		"src": "tower.ico",
+  		"type": "image/x-icon",
+  		"sizes": "153x155",
+  		"purpose": "any maskable"
+  	}
+  ],
+  "start_url": ".",
+  "display": "standalone",
+  "display_override": ["borderless"],
+  "scope": "/",
+  "isolated_storage": true,
+  "permissions_policy": {
+  "cross-origin-isolated": ["self"],
+  "direct-sockets": ["self"],
+  "controlled-frame": ["self"],
+  "window-management": ["self"],
+  "all-screens-capture": ["self"]
+}