Skip to content

Commit 9d4e90b

Browse files
authored
Update manifest.json
1 parent ffcd73b commit 9d4e90b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

manifest.json

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

0 commit comments

Comments
 (0)