From 1c1f037a3831bca24bdb8a3194b4b485e23091e8 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Mon, 27 Aug 2018 07:51:45 -0700 Subject: add minimal webmanifest --- public/js/manifest.json | 32 ++++++++++++++++++++++++++++++++ views/layout.php | 4 +++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 public/js/manifest.json diff --git a/public/js/manifest.json b/public/js/manifest.json new file mode 100644 index 0000000..7565124 --- /dev/null +++ b/public/js/manifest.json @@ -0,0 +1,32 @@ +{ + "name": "Quill", + "short_name": "Quill", + "description": "Quill is a simple app for posting to your website", + "icons": [ + { + "src": "/images/quill-icon-57.png", + "sizes": "57x57", + "type": "image/png" + }, + { + "src": "/images/quill-icon-72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "/images/quill-icon-114.png", + "sizes": "114x114", + "type": "image/png" + }, + { + "src": "/images/quill-icon-144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "/images/quill-icon-196.png", + "sizes": "196x196", + "type": "image/png" + } + ] +} diff --git a/views/layout.php b/views/layout.php index dea1a36..3685f70 100644 --- a/views/layout.php +++ b/views/layout.php @@ -7,7 +7,6 @@ - @@ -33,6 +32,7 @@ + @@ -41,6 +41,8 @@ + + -- cgit v1.2.3