Skip to content

Commit c830389

Browse files
authored
Added icons to cache
1 parent 51b23cc commit c830389

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

service-worker.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ const FILES_TO_CACHE = [
88
"/js/pdf.worker.min.js",
99
"/manifest.json",
1010
"/icons/192.png",
11+
"/icons/512.png",
12+
"/icons/maskable.png",
1113
"/icons/favicon.ico"
1214
];
1315

16+
1417
// Install: cache everything
1518
self.addEventListener("install", (event) => {
1619
event.waitUntil(

0 commit comments

Comments
 (0)