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