diff --git a/img/snap-icon-128.png b/img/snap-icon-128.png new file mode 100644 index 00000000..ebabbc23 Binary files /dev/null and b/img/snap-icon-128.png differ diff --git a/img/snap-icon-144.png b/img/snap-icon-144.png new file mode 100644 index 00000000..fc1e9372 Binary files /dev/null and b/img/snap-icon-144.png differ diff --git a/img/snap-icon-152.png b/img/snap-icon-152.png new file mode 100644 index 00000000..1da2d45a Binary files /dev/null and b/img/snap-icon-152.png differ diff --git a/img/snap-icon-192.png b/img/snap-icon-192.png new file mode 100644 index 00000000..9be188a8 Binary files /dev/null and b/img/snap-icon-192.png differ diff --git a/img/snap-icon-256.png b/img/snap-icon-256.png new file mode 100644 index 00000000..74852530 Binary files /dev/null and b/img/snap-icon-256.png differ diff --git a/img/snap-icon-512.png b/img/snap-icon-512.png new file mode 100644 index 00000000..6a408622 Binary files /dev/null and b/img/snap-icon-512.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..7ca95374 --- /dev/null +++ b/manifest.json @@ -0,0 +1,35 @@ +{ + "name": "Snap! Build Your Own Blocks", + "short_name": "Snap!", + "icons": [{ + "src": "img/snap-icon-128.png", + "sizes": "128x128", + "type": "image/png" + }, { + "src": "img/snap-icon-144.png", + "sizes": "144x144", + "type": "image/png" + }, { + "src": "img/snap-icon-152.png", + "sizes": "152x152", + "type": "image/png" + }, { + "src": "img/snap-icon-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any maskable" + }, { + "src": "img/snap-icon-256.png", + "sizes": "256x256", + "type": "image/png" + }, { + "src": "img/snap-icon-512.png", + "sizes": "512x512", + "type": "image/png" + }], + "lang": "en-US", + "start_url": "/snap.html", + "display": "standalone", + "background_color": "white", + "theme_color": "white" +} diff --git a/snap.html b/snap.html index 9a990485..e8705bf7 100755 --- a/snap.html +++ b/snap.html @@ -1,10 +1,18 @@ + Snap! 7 - dev - Build Your Own Blocks + + + - Snap! 7 - dev - Build Your Own Blocks - + + + + + + @@ -31,6 +39,9 @@