Update service-worker.js
Browse files- service-worker.js +2 -2
service-worker.js
CHANGED
|
@@ -4,8 +4,8 @@ const URLS_TO_CACHE = [
|
|
| 4 |
'/index.html',
|
| 5 |
'/style.css',
|
| 6 |
'/icon.png',
|
| 7 |
-
'/icon-512x512.png',
|
| 8 |
-
'/manifest.json'
|
| 9 |
];
|
| 10 |
|
| 11 |
self.addEventListener('install', (event) => {
|
|
|
|
| 4 |
'/index.html',
|
| 5 |
'/style.css',
|
| 6 |
'/icon.png',
|
| 7 |
+
'/icon-512x512.png',
|
| 8 |
+
'/manifest.json'
|
| 9 |
];
|
| 10 |
|
| 11 |
self.addEventListener('install', (event) => {
|