resize icon
Anirudh Oppiliappan x@icyphox.sh
Sun, 11 Dec 2022 16:18:12 +0530
2 files changed,
3 insertions(+),
1 deletions(-)
M
views/manifest.webmanifest
→
views/manifest.webmanifest
@@ -5,7 +5,7 @@ "display": "standalone",
"icons": [ { "src": "icon.png", - "sizes": "128x128", + "sizes": "144x144", "type": "image/png" } ],
M
views/sw.js
→
views/sw.js
@@ -2,3 +2,5 @@ self.addEventListener('install', function (event) {
console.log('service worker installed') }) +self.addEventListener('fetch', () => console.log("fetch")); +