浏览代码

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

oscar 3 月之前
父节点
当前提交
4967842858
共有 1 个文件被更改,包括 25 次插入0 次删除
  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"]
+}