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 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 public/js/manifest.json (limited to 'public') 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" + } + ] +} -- cgit v1.2.3