diff --git a/index.html b/index.html index b993219..a6674f9 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,18 @@ + + + + + + + + + @@ -23,7 +35,7 @@ <% } %> - kaboom-template | remarkablegames + Kaboom Template | remarkablegames diff --git a/public/images/kaboom.png b/public/images/kaboom.png new file mode 100644 index 0000000..ef31299 Binary files /dev/null and b/public/images/kaboom.png differ diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..9637a07 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "Kaboom Template", + "name": "Kaboom Template", + "icons": [ + { + "src": "images/kaboom.png", + "type": "image/png", + "sizes": "72x72" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +}