Aleksmorshen commited on
Commit
acb0ec3
·
verified ·
1 Parent(s): 9e8274c

Update service-worker.js

Browse files
Files changed (1) hide show
  1. 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) => {