Skip to content

Commit

Permalink
try to fix manifest by reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMen4ce committed Apr 20, 2018
1 parent 74d8bb6 commit 33829c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
<link rel="mask-icon" href="%PUBLIC_URL%/safari-pinned-tab.svg" color="#65cccc">
<link rel="manifest" href="%PUBLIC_URL%/site.webmanifest">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<meta name="msapplication-TileColor" content="#65cccc">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Expand Down
6 changes: 1 addition & 5 deletions public/site.webmanifest → public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"name": "Wettemer",
"short_name": "Wettemer",
"description": "Wettemer is the most awesome platform to challenge your friends to anything.",
"lang": "en",
"Scope": "/",
"start_url": "/",
"splash_pages": null
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand All @@ -21,4 +17,4 @@
"theme_color": "#ff72a7",
"background_color": "#65cccc",
"display": "standalone"
}
}

0 comments on commit 33829c4

Please sign in to comment.