This commit is contained in:
Renan LE CARO 2025-03-18 15:49:11 +01:00
parent 83b9b8b9e8
commit 2623eaaa73
12 changed files with 12 additions and 7569 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 710 B

BIN
src/PWA/icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

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

View file

@ -1 +1 @@
"29038466"
"29038489"

View file

@ -738,7 +738,7 @@ async function openSettingsPanel() {
let input: HTMLInputElement = document.createElement("input");
input.setAttribute("type", "file");
input.setAttribute("id", "save_file_picker");
input.setAttribute("accept", ".b71");
input.setAttribute("accept", ".b71,.json");
input.style.position = "absolute";
input.style.left = "-1000px";
input.addEventListener("change", async (e) => {