diff options
Diffstat (limited to 'public/js')
-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" + } + ] +} |