Skip to content

Commit 796f573

Browse files
committed
Lasty time Screwed with Progressive Web app
So Rverting back/ Rollling back and Adding some Image i am using new key board may be typo wikll there because ia very sensitive to prtess compare to older key board
1 parent 6fe7285 commit 796f573

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

wwwroot/android-chrome-192x192.png

38.4 KB
Loading

wwwroot/android-chrome-256x256.png

49.6 KB
Loading

wwwroot/favicon-16x16.png

1.31 KB
Loading

wwwroot/favicon-32x32.png

2.65 KB
Loading

wwwroot/favicon.ico

14.7 KB
Binary file not shown.

wwwroot/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<base href="/" />
99
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
1010
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
11-
<link rel="icon" type="image/png" href="favicon.png" />
11+
<link rel="icon" type="image/png" href="favicon-32x32.png" />
1212
<link href="TomAndJerry.styles.css" rel="stylesheet" />
1313
<link href="manifest.webmanifest" rel="manifest" />
14-
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
15-
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
14+
<link rel="apple-touch-icon" sizes="256x256" href="android-chrome-256x256.png" />
15+
<link rel="apple-touch-icon" sizes="192x192" href="android-chrome-192x192.png" />
1616
<script src="disqus.js"></script>
1717
<style>
1818
.loading {

wwwroot/manifest.webmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"prefer_related_applications": false,
1010
"icons": [
1111
{
12-
"src": "icon-512.png",
12+
"src": "android-chrome-256x256.png",
1313
"type": "image/png",
14-
"sizes": "512x512"
14+
"sizes": "256x256"
1515
},
1616
{
17-
"src": "icon-192.png",
17+
"src": "android-chrome-192x192.png",
1818
"type": "image/png",
1919
"sizes": "192x192"
2020
}

0 commit comments

Comments
 (0)