Skip to content

Commit

Permalink
Configure manifest to PWA and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
willianjusten committed Apr 28, 2021
1 parent aa09e71 commit 83e13bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed public/img/icon-192.png
Binary file not shown.
Binary file removed public/img/icon-512.png
Binary file not shown.
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "React Avançado - Boilerplate",
"short_name": "React Avançado",
"name": "Won Games",
"short_name": "Won Games",
"icons": [
{
"src": "/img/icon-192.png",
Expand All @@ -14,7 +14,7 @@
}
],
"background_color": "#06092B",
"description": "Boilerplate utilizando Typescript, React, NextJS e Styled Components!",
"description": "The best Game Store in the world!",
"display": "fullscreen",
"start_url": "/",
"theme_color": "#06092B"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function App({ Component, pageProps }: AppProps) {
<link rel="manifest" href="/manifest.json" />
<meta
name="description"
content="The best Game Stores in the world!"
content="The best Game Store in the world!"
/>
</Head>
<DefaultSeo {...SEO} />
Expand Down

0 comments on commit 83e13bd

Please sign in to comment.