Browse Source

Adds required fields for prompting add to homescreen in manifest.json

pull/135/head
taylor 3 years ago
parent
commit
3bbedc1007
  1. 3
      public/js/manifest.json

3
public/js/manifest.json

@ -2,6 +2,9 @@
"name": "Quill",
"short_name": "Quill",
"description": "Quill is a simple app for posting to your website",
"background_color": "#428bca",
"display": "standalone",
"start_url": "/dashboard",
"icons": [
{
"src": "/images/quill-icon-57.png",

Loading…
Cancel
Save