We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcd73b commit 9d4e90bCopy full SHA for 9d4e90b
1 file changed
manifest.json
@@ -2,17 +2,18 @@
2
"name": "HTMLRunner",
3
"short_name": "HTMLRunner",
4
"start_url": "./",
5
+ "scope": "./",
6
"display": "standalone",
7
"background_color": "#f5f5f5",
8
"theme_color": "#2196F3",
9
"icons": [
10
{
- "src": "/HTMLRunner/favicon.png",
11
+ "src": "./favicon.png",
12
"sizes": "192x192",
13
"type": "image/png"
14
},
15
16
17
"sizes": "512x512",
18
19
}
0 commit comments