Skip to content

Commit

Permalink
feat(manifest): update property
Browse files Browse the repository at this point in the history
Add `"display": "standalone"`
  • Loading branch information
mateusfg7 committed Dec 27, 2021
1 parent 041d70c commit d648593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Listen combinations of ambient sounds for relaxing** or getting more productive on your task!",
"theme_color": "#fff",
"background_color": "#30A7C5",
"display": "standalone",
"scope": "/",
"start_url": "/",
"icons": [
Expand Down Expand Up @@ -31,6 +32,5 @@
"sizes": "800x800",
"type": "image/png"
}
],
"splash_pages": null
]
}

0 comments on commit d648593

Please sign in to comment.