Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Update sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-perso committed Aug 13, 2022
1 parent 76e0839 commit 3c73504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/script/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ async function updateCache(){
'https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js',
'https://raw.githubusercontent.com/johan-perso/findapp/main/public/screenshots/findapp-exempleSourceJson.png',
'https://raw.githubusercontent.com/johan-perso/findapp/main/public/icons/rounded.png',
'https://raw.githubusercontent.com/johan-perso/findapp/main/public/icons/APK_defaultIcon.png',
'/',
'/help',
'/source',
Expand Down Expand Up @@ -59,4 +60,4 @@ self.addEventListener('message', async event => {
// Envoyer à la page que c'est bon
event.source.postMessage("updateCacheDone");
}
});
});

0 comments on commit 3c73504

Please sign in to comment.