diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..341db3a --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,19 @@ +{ + "name": "Teacup", + "short_name": "Teacup", + "icons": [ + { + "src": "/images/teacup-icon-144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "/icons/teacup-icon-57.png", + "sizes": "57x57", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/views/layout.php b/views/layout.php index 8c213d4..963054c 100644 --- a/views/layout.php +++ b/views/layout.php @@ -26,6 +26,8 @@ + + @@ -66,4 +68,4 @@ - \ No newline at end of file +