Build 29035748

This commit is contained in:
Renan LE CARO 2025-03-16 18:08:14 +01:00
parent 059a1a6585
commit d38b9bdce4
19 changed files with 21 additions and 7403 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B

After

Width:  |  Height:  |  Size: 652 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 445 B

View file

@ -1,8 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" height="50" width="50">
<rect x="0" y="0" width="30" height="10" fill="#6262EA"/>
<rect x="20" y="10" width="10" height="10" fill="#6262EA"/>
<rect x="10" y="20" width="10" height="20" fill="#6262EA"/>
<rect x="20" y="20" width="10" height="10" fill="#5DA3EA"/>
<rect x="30" y="10" width="10" height="30" fill="#5DA3EA"/>
<rect x="20" y="40" width="40" height="30" fill="#5DA3EA"/>
<svg xmlns="http://www.w3.org/2000/svg" height="500" width="500">
<rect x="0" y="0" width="300" height="100" fill="#6262EA"/>
<rect x="200" y="100" width="100" height="100" fill="#6262EA"/>
<rect x="100" y="200" width="100" height="200" fill="#6262EA"/>
<rect x="200" y="200" width="100" height="100" fill="#5DA3EA"/>
<rect x="300" y="100" width="100" height="300" fill="#5DA3EA"/>
<rect x="200" y="400" width="300" height="100" fill="#5DA3EA"/>
</svg>

Before

Width:  |  Height:  |  Size: 428 B

After

Width:  |  Height:  |  Size: 452 B

Before After
Before After

View file

@ -3,19 +3,15 @@
"name": "Breakout 71",
"icons": [
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
"src": "icon.svg",
"sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "icon-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icon-64.png",
"sizes": "64x64",
"type": "image/png"
}
],
"start_url": "/index.html?isPWA=true",

View file

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

View file

@ -1 +1 @@
"29035727"
"29035748"