Build 29035748
Before Width: | Height: | Size: 715 B After Width: | Height: | Size: 652 B |
BIN
src/PWA/icon-128.png_original
Normal file
After Width: | Height: | Size: 710 B |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 445 B |
|
@ -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 |
|
@ -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",
|
||||
|
|
|
@ -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}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29035727"
|
||||
"29035748"
|
||||
|
|