Skip to content

Commit 1e532cb

Browse files
committed
Merge branch 'pegakmop/master'
# Conflicts: # web/share/www/nfqws/manifest.json
2 parents 7b48383 + 60186e5 commit 1e532cb

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

web/share/www/nfqws/manifest.json

+20-21
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
{
2-
"name": "nfqws-keenetic",
3-
"short_name": "nfqws-keenetic",
4-
"start_url": "http://192.168.1.1:90",
5-
"display": "fullscreen",
6-
"background_color": "#0175C2",
7-
"theme_color": "#FFFFFF",
8-
"description": "https://github.com/Anonym-tsk/nfqws-keenetic",
9-
"orientation": "any",
10-
"prefer_related_applications": false,
11-
"icons": [
12-
{
13-
"src": "/icon.png",
14-
"sizes": "192x192",
15-
"type": "image/png"
16-
},
17-
{
18-
"src": "/icon.png",
19-
"sizes": "512x512",
20-
"type": "image/png"
21-
}
22-
]
2+
"name": "nfqws-keenetic",
3+
"short_name": "nfqws-keenetic",
4+
"start_url": "/",
5+
"display": "standalone",
6+
"background_color": "#0175C2",
7+
"theme_color": "#FFFFFF",
8+
"orientation": "any",
9+
"prefer_related_applications": false,
10+
"icons": [
11+
{
12+
"src": "/icon.png",
13+
"sizes": "192x192",
14+
"type": "image/png"
15+
},
16+
{
17+
"src": "/icon.png",
18+
"sizes": "512x512",
19+
"type": "image/png"
20+
}
21+
]
2322
}

0 commit comments

Comments
 (0)