瀏覽代碼

corrected manifest, temporary picture to pass IWA install error (use .png and at least 155x155)

oscar 3 月之前
父節點
當前提交
8ceb330a2d
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .well-known/manifest.webmanifest

+ 3 - 3
.well-known/manifest.webmanifest

@@ -5,13 +5,13 @@
   "version": "0.0.0",
   "version": "0.0.0",
   "icons": [
   "icons": [
   	{
   	{
-  		"src": "tower.png",
+  		"src": "../favicon.png",
   		"type": "image/png",
   		"type": "image/png",
-  		"sizes": "153x155",
+  		"sizes": "256x256",
   		"purpose": "any maskable"
   		"purpose": "any maskable"
   	}
   	}
   ],
   ],
-  "start_url": ".",
+  "start_url": "/",
   "display": "standalone",
   "display": "standalone",
   "display_override": ["borderless"],
   "display_override": ["borderless"],
   "scope": "/",
   "scope": "/",