Browse Source

updated PWA manifest data

master
kj1352 4 years ago
parent
commit
52fd384738
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      public/manifest.json

+ 3
- 3
public/manifest.json View File

@@ -1,6 +1,6 @@
{ {
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Anamnesis",
"name": "Anamnesis",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@@ -19,7 +19,7 @@
} }
], ],
"start_url": ".", "start_url": ".",
"display": "standalone",
"display": "fullscreen",
"theme_color": "#000000", "theme_color": "#000000",
"background_color": "#ffffff" "background_color": "#ffffff"
} }

Loading…
Cancel
Save