added more experimental pwa icons

snap7
jmoenig 2021-07-11 16:03:08 +02:00
rodzic bc636c1fd6
commit 144ebbd40e
7 zmienionych plików z 20 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@
* single blocks palette option, thanks, Michael!
* web-serial support, thanks, Dariusz Dorożalski!
* hide custom helper blocks in palette
* PWA, thanks, John, for pioneering this in Mircoblocks!
* PWA, thanks, Joan and John, for pioneering this at Robolot and in Mircoblocks!
* **Notable Changes:**
* saved projects remember the last edited sprite
* libraries no longer rely on the JSF primitive, project may need to re-import their libraries to run without having to enable JS extensions
@ -22,6 +22,9 @@
* **Translation Updates:**
* German
### 2021-07-11
* added libraries and media to cache, thanks, Joan!
### 2021-07-10
* PWA support, thanks, John, for showing me!

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 6.1 KiB

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 29 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 27 KiB

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 48 KiB

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 3.3 KiB

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 4.6 KiB

Wyświetl plik

@ -2,6 +2,18 @@
"name": "Snap!",
"short_name": "Snap!",
"icons": [{
"src": "img/snap-icon-72.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "img/snap-icon-96.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "img/snap-icon-120.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "img/snap-icon-128.png",
"sizes": "128x128",
"type": "image/png"
@ -22,6 +34,10 @@
"src": "img/snap-icon-256.png",
"sizes": "256x256",
"type": "image/png"
}, {
"src": "img/snap-icon-384.png",
"sizes": "256x256",
"type": "image/png"
}, {
"src": "img/snap-icon-512.png",
"sizes": "512x512",