Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified: js/service-worker.js
Browse files Browse the repository at this point in the history
MEGATREX4 committed Apr 18, 2024
1 parent 577de54 commit 6416f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/service-worker.js
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@ const oneDayInSeconds = 24 * 60 * 60; // 1 day in seconds
// List of assets to cache
const assetsToCache = [
'/',
'/index.html',
'/icon/completed.svg',
'/icon/semiverified.svg',
'/icon/verified.svg'
'/icon/verified.svg',
'icons.json'
];

// Install event listener

0 comments on commit 6416f28

Please sign in to comment.