diff options
author | Aaron Parecki <aaron@parecki.com> | 2018-08-27 07:51:45 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2018-08-27 07:51:45 -0700 |
commit | 1c1f037a3831bca24bdb8a3194b4b485e23091e8 (patch) | |
tree | 5ecacb27ec8d0044da264e21c5116866f84631b2 /public | |
parent | f3f029d3dbe7315fdb966cd69e11585f8163d197 (diff) |
add minimal webmanifest
Diffstat (limited to 'public')
-rw-r--r-- | public/js/manifest.json | 32 |
1 files changed, 32 insertions, 0 deletions
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" + } + ] +} |