Skip to content

Commit bf94d3c

Browse files
authored
Update start_url and scope in manifest.json
1 parent fb60ead commit bf94d3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "HTMLNotes",
33
"short_name": "HTMLNotes",
4-
"start_url": "/HTMLNotes/",
5-
"scope": "/HTMLNotes/",
4+
"start_url": "./",
5+
"scope": "./",
66
"display": "standalone",
77
"background_color": "#f5f5f5",
88
"theme_color": "#2196F3",
99
"icons": [
1010
{
11-
"src": "/HTMLNotes/favicon.png",
11+
"src": "./favicon.png",
1212
"sizes": "192x192",
1313
"type": "image/png"
1414
},
1515
{
16-
"src": "/HTMLNotes/favicon.png",
16+
"src": "./favicon.png",
1717
"sizes": "512x512",
1818
"type": "image/png"
1919
}

0 commit comments

Comments
 (0)