Skip to content

Commit

Permalink
Merge pull request #4 from yassinedoghri/development
Browse files Browse the repository at this point in the history
fix(manifest): set start url to home screen and fix name
  • Loading branch information
yassinedoghri committed May 12, 2018
2 parents 70c9afd + 2dab07a commit c7a9eaf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public/manifest.json
@@ -1,14 +1,15 @@
{
"short_name": "Marvel JARVIG",
"name": "Marvel J.A.R.V.I.G. (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!",
"short_name": "marvel-jarvig",
"name": "Marvel JARVIG",
"description": "Marvel J.A.R.V.I.G. (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"start_url": "./",
"display": "fullscreen",
"orientation": "portrait",
"theme_color": "#ed1d24",
Expand Down

0 comments on commit c7a9eaf

Please sign in to comment.