diff --git a/app/public/icon-192x192.png b/app/public/icon-192x192.png new file mode 100644 index 00000000..d76eb1e0 Binary files /dev/null and b/app/public/icon-192x192.png differ diff --git a/app/public/site.webmanifest b/app/public/site.webmanifest new file mode 100644 index 00000000..a00c0381 --- /dev/null +++ b/app/public/site.webmanifest @@ -0,0 +1,14 @@ +{ + "short_name": "Colouring London", + "name": "Colouring London", + "icons": [ + { + "src": "icon-192x192.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "start_url": "/", + "background_color": "#ffffff", + "theme_color": "#fffff" +} \ No newline at end of file diff --git a/app/src/frontendRoute.tsx b/app/src/frontendRoute.tsx index f0e08a43..444abcc7 100644 --- a/app/src/frontendRoute.tsx +++ b/app/src/frontendRoute.tsx @@ -85,6 +85,16 @@ function renderHTML(context, data, req, res) { + + + + + + + + + +