Skip to content

Commit

Permalink
Include favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
Darryl White committed May 1, 2019
1 parent d008e20 commit 84e370b
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 2,432 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
now.json
yarn.lock
2,434 changes: 9 additions & 2,425 deletions README.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"now-build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
}
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
100644 → 100755
Binary file not shown.
Binary file added public/favicon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 17 additions & 6 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,24 @@
"name": "Planning Poker PWA",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"src": "./favicon32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "./favicon192.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "./favicon512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "./index.html",
"display": "standalone",
"start_url": "./",
"display": "fullscreen",
"orientation": "portrait",
"theme_color": "#000000",
"background_color": "#ffffff"
}
}

0 comments on commit 84e370b

Please sign in to comment.