Skip to content

Commit 8ff72ce

Browse files
committed
Rename manifest file and update reference in index.html
Renamed manifest.webmanifest to manifest.json and updated the reference in index.html to match. Also removed unused fields from the manifest file for consistency.
1 parent 99ef83b commit 8ff72ce

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

SoundTest/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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"/>
1111
<link href="css/app.css" rel="stylesheet"/>
12-
<link href="manifest.webmanifest" rel="manifest"/>
12+
<link href="manifest.json" rel="manifest" />
1313
<link href="icon-512.png" type="image/png" rel="icon" sizes="512x512"/>
1414
<link href="icon-192.png" type="image/png" rel="icon" sizes="192x192"/>
1515
<link href="icon-512.png" rel="apple-touch-icon" sizes="512x512"/>
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"name": "Sound Test",
33
"short_name": "SoundTest",
4-
"id": "./",
54
"start_url": "./",
65
"display": "standalone",
76
"background_color": "#ffffff",
87
"theme_color": "#03173d",
9-
"prefer_related_applications": false,
108
"icons": [
119
{
1210
"src": "icon-512.png",

0 commit comments

Comments
 (0)