Browse Source

ffmpeg'd tower.ico to .png and edited the .webmanifest to reference it. Google-chrome parses, seems to start and then crashes, app doesn't appear on chrome://apps afterwards but we got past the .webmanifest not being found

oscar 3 months ago
parent
commit
63b598524b
2 changed files with 2 additions and 2 deletions
  1. 2 2
      .well-known/manifest.webmanifest
  2. BIN
      tower.png

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

@@ -5,8 +5,8 @@
   "version": "0.0.0",
   "icons": [
   	{
-  		"src": "tower.ico",
-  		"type": "image/x-icon",
+  		"src": "tower.png",
+  		"type": "image/png",
   		"sizes": "153x155",
   		"purpose": "any maskable"
   	}

BIN
tower.png