mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
PWA fix attempt 1
This commit is contained in:
parent
e1e4415829
commit
0dd1e01ed5
2 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
|
||||
const PRECACHE = 'precache-v3';
|
||||
const PRECACHE = 'precache-v5';
|
||||
const RUNTIME = 'runtime';
|
||||
const PRECACHE_URLS = [
|
||||
'index.html','./',
|
||||
'index.html',/*'./',*/
|
||||
'manifest.json',
|
||||
'favicon.png',
|
||||
'logo192.png',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue