From 871d41767c74dbfc40912457b9f88306b1c4d73c Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Mon, 27 Aug 2018 08:58:02 -0700 Subject: [PATCH] add webmanifest --- public/manifest.json | 19 +++++++++++++++++++ views/layout.php | 4 +++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 public/manifest.json 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 +