mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 08:14:48 +00:00
added to sw
This commit is contained in:
parent
2064f6e4f5
commit
dfcb8e9bb1
11
src/sw.ts
11
src/sw.ts
@ -26,6 +26,17 @@ const cacheAssets: string[] = [
|
||||
'/resources/images/backgrounds/themes/retro.webp',
|
||||
'/resources/images/backgrounds/themes/starfall.webp',
|
||||
'/resources/images/backgrounds/themes/campfire.webp',
|
||||
'/lite/index.html',
|
||||
'/lite/main.js',
|
||||
'/lite/styles.css',
|
||||
'/lite/game/Eaglercraft_1.2.5.html',
|
||||
'/lite/game/Eaglercraft_1.5.html',
|
||||
'/lite/game/Eaglercraft_a1.2.6.html',
|
||||
'/lite/game/Eaglercraft_b1.3.html',
|
||||
'/lite/game/Eaglercraft_b1.7.3',
|
||||
'/lite/game/Eaglercraft_Indev.html',
|
||||
'/lite/game/EaglercraftL_1.9.html',
|
||||
'/lite/game/EaglercraftX_1.8.html'
|
||||
];
|
||||
|
||||
self.addEventListener('install', (event) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user