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