Skip to content

Commit eb088b7

Browse files
committed
Expand PWA manifest
1 parent f7714d0 commit eb088b7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

manifest.json

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
"short_name": "Chris Glein",
66
"id": "chris-glein",
77
"description": "This website is a collection of in-progress and published game design projects, as well as a blog for whatever other topics seem relevant.",
8+
"dir": "ltr",
9+
"lang": "en-US",
10+
"icons": [
11+
{
12+
"src": "/public/apple-touch-icon-144-precomposed.png",
13+
"sizes": "144x144",
14+
"type": "image/png"
15+
},
16+
{
17+
"src": "/public/favicon.png",
18+
"sizes": "32x32",
19+
"type": "image/png"
20+
}
21+
],
22+
"start_url": ".",
23+
"display": "standalone",
824
"categories": [
925
"entertainment",
1026
"games",

0 commit comments

Comments
 (0)