1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-22 17:51:18 -04:00

add maskable icons to manifest

https://web.dev/maskable-icon-audit/?utm_source=lighthouse&utm_medium=cli
This commit is contained in:
2021-06-12 09:25:45 -04:00
parent a2445d236d
commit 8eda53296f
4 changed files with 18 additions and 4 deletions

View File

@@ -21,10 +21,10 @@
"uses-optimized-images": "warn",
"uses-rel-preconnect": "warn",
"is-crawlable": "off",
"modern-image-formats": "off",
"offscreen-images": "off",
"uses-long-cache-ttl": "off",
"uses-responsive-images": "off",
"uses-webp-images": "off"
"uses-responsive-images": "off"
},
"includePassedAssertions": true
},