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