Skip to content

Commit f3bf0e3

Browse files
fixup! tweaking the manifest
1 parent 471beca commit f3bf0e3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

1st-edition/read/manifest.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "Adaptive Web Design, First Edition",
3-
"short_name": "AWD 1E",
3+
"short_name": "AWD",
44
"theme_color": "#0c5863",
55
"background_color": "#dccbb1",
6-
"display": "browser",
7-
"scope": "https://adaptivewebdesign.info/1st-edition/read/",
8-
"start_url": ".",
6+
"display": "minimal-ui",
7+
"scope": "/1st-edition/read/",
8+
"start_url": "index.html",
9+
"dir": "ltr",
10+
"lang": "en-US",
11+
​​"orientation": "portrait-primary",
912
"icons": [
1013
{
1114
"src": "images/icons/icon-72x72.png",
@@ -48,5 +51,5 @@
4851
"type": "image/png"
4952
}
5053
],
51-
"splash_pages": null
54+
"prefer_related_applications": false
5255
}

0 commit comments

Comments
 (0)