all repos — honk @ 1437939e956096091adb2bec25c6f22249623f8a

my fork of honk

resize icon
Anirudh Oppiliappan x@icyphox.sh
Sun, 11 Dec 2022 16:18:12 +0530
commit

1437939e956096091adb2bec25c6f22249623f8a

parent

4ecb3d97dc4c0b98a5a8f24aa4fad23116be1908

2 files changed, 3 insertions(+), 1 deletions(-)

jump to
M views/manifest.webmanifestviews/manifest.webmanifest

@@ -5,7 +5,7 @@ "display": "standalone",

"icons": [ { "src": "icon.png", - "sizes": "128x128", + "sizes": "144x144", "type": "image/png" } ],
M views/sw.jsviews/sw.js

@@ -2,3 +2,5 @@ self.addEventListener('install', function (event) {

console.log('service worker installed') }) +self.addEventListener('fetch', () => console.log("fetch")); +