Added maskable purpose to icons in webmanifest
authorAdam Dullage <redacted>
Thu, 7 Dec 2023 08:28:45 +0000 (08:28 +0000)
committerAdam Dullage <redacted>
Thu, 7 Dec 2023 08:28:45 +0000 (08:28 +0000)
flatnotes/src/site.webmanifest

index 996d4043f6f4bdf4d7eb2f5563ea9061519f79ae..b74547c7d0757d5efd970edeab6f918b1302270a 100644 (file)
@@ -6,12 +6,14 @@
     {
       "src": "/assets/android-chrome-192x192.png",
       "sizes": "192x192",
-      "type": "image/png"
+      "type": "image/png",
+      "purpose": "any maskable"
     },
     {
       "src": "/assets/android-chrome-512x512.png",
       "sizes": "512x512",
-      "type": "image/png"
+      "type": "image/png",
+      "purpose": "any maskable"
     }
   ],
   "theme_color": "#F8A66B",
git clone https://git.99rst.org/PROJECT