Skip to content

Commit ff94d92

Browse files
authored
Update manifest.json
1 parent 7278f32 commit ff94d92

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "HTMLPlayer",
33
"short_name": "HTMLPlayer",
4-
"start_url": "/HTMLPlayer/",
4+
"start_url": "./",
5+
"scope": "./",
56
"display": "standalone",
67
"background_color": "#f5f5f5",
78
"theme_color": "#2196F3",
89
"icons": [
910
{
10-
"src": "/HTMLPlayer/favicon.png",
11+
"src": "./favicon.png",
1112
"sizes": "192x192",
1213
"type": "image/png"
1314
},
1415
{
15-
"src": "/HTMLPlayer/favicon.png",
16+
"src": "./favicon.png",
1617
"sizes": "512x512",
1718
"type": "image/png"
1819
}

0 commit comments

Comments
 (0)