Build 29068637

This commit is contained in:
Renan LE CARO 2025-04-08 15:17:14 +02:00
parent 4651bb396c
commit b530bf38d5
8 changed files with 30 additions and 25 deletions

View file

@ -16,6 +16,6 @@
],
"start_url": "/index.html?isPWA=true",
"display": "fullscreen",
"theme_color": "#5DA3EA",
"theme_color": "#000000",
"background_color": "#ffffff"
}

View file

@ -1,5 +1,5 @@
// The version of the cache.
const VERSION = "29068622";
const VERSION = "29068637";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;