File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 " />
5
5
< link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
- < meta name ="theme-color " content ="#000000 " />
7
+ < meta name ="theme-color " content ="#27272A " />
8
8
< meta
9
9
name ="description "
10
- content ="Web site created using create-react-app "
10
+ content ="A cool app for something with podcasts and something with walks "
11
11
/>
12
- < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192 .png " />
12
+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/icon-196 .png " />
13
13
<!--
14
14
manifest.json provides metadata used when your web app is installed on a
15
15
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
24
24
work correctly both with client-side routing and a non-root public URL.
25
25
Learn how to configure a non-root public URL by running `npm run build`.
26
26
-->
27
- < title > React App </ title >
27
+ < title > Podwalk </ title >
28
28
</ head >
29
29
< body >
30
30
< noscript > You need to enable JavaScript to run this app.</ noscript >
Original file line number Diff line number Diff line change 1
1
{
2
- "short_name" : " aapodwalk " ,
2
+ "short_name" : " Podwalk " ,
3
3
"name" : " A cool app for something with podcasts and something with walks" ,
4
4
"icons" : [
5
5
{
10
10
],
11
11
"start_url" : " ." ,
12
12
"display" : " standalone" ,
13
- "theme_color" : " #000000 " ,
13
+ "theme_color" : " #27272A " ,
14
14
"background_color" : " #ffffff"
15
15
}
You can’t perform that action at this time.
0 commit comments