Browse Source

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

pull/135/head
taylor 3 years ago
parent
commit
3bbedc1007
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      public/js/manifest.json

+ 3
- 0
public/js/manifest.json View File

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

Loading…
Cancel
Save