Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
fix manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Apr 8, 2021
1 parent caecb33 commit c24d94d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 27 deletions.
Binary file removed public/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions public/index.html
Expand Up @@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/logo600.png" />
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width"
/>
<meta name="theme-color" content="#000000" />
<meta name="description" content="bbn-redux" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo600.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
Binary file added public/logo600.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 15 additions & 25 deletions public/manifest.json
@@ -1,25 +1,15 @@
{
"short_name": "bbn-redux",
"name": "bbn-redux",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
{
"short_name": "bbn-redux",
"name": "bbn-redux",
"icons": [
{
"src": "logo600.png",
"type": "image/png",
"sizes": "600x600"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#4e6a41",
"background_color": "#f4f7f2"
}

0 comments on commit c24d94d

Please sign in to comment.