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

Commit

Permalink
Update service-worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Sep 8, 2024
1 parent e8fd748 commit 182d74e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ const ASSETS_TO_CACHE = [
'script.js',
'salam-wa.js',
'salam-wa.wasm',
'android-chrome-192x192.png',
'android-chrome-512x512.png',
'apple-touch-icon.png',
'favicon-16x16.png',
'favicon-32x32.png',
'favicon.ico',
'site.webmanifest',
];

self.addEventListener('install', event => {
Expand Down

0 comments on commit 182d74e

Please sign in to comment.