Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit b569cec

Browse files
committed
Add cross-device icons, theme + bg color
1 parent 94cbcd4 commit b569cec

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

src/manifest.json

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,29 @@
22
"short_name": "App shell",
33
"name": "App shell",
44
"start_url": "./?utm_source=web_app_manifest",
5-
"icons": [
6-
{
7-
"src": "/images/chrome-touch-icon-192x192.png",
8-
"sizes": "192x192",
9-
"type": "image/png"
10-
}
11-
],
5+
"icons": [{
6+
"src": "images/icon-128x128.png",
7+
"sizes": "128x128",
8+
"type": "image/png"
9+
}, {
10+
"src": "images/apple-touch-icon.png",
11+
"sizes": "152x152",
12+
"type": "image/png"
13+
}, {
14+
"src": "images/ms-touch-icon-144x144-precomposed.png",
15+
"sizes": "144x144",
16+
"type": "image/png"
17+
}, {
18+
"src": "images/chrome-touch-icon-192x192.png",
19+
"sizes": "192x192",
20+
"type": "image/png"
21+
},{
22+
"src": "images/chrome-splashscreen-icon-384x384.png",
23+
"sizes": "384x384",
24+
"type": "image/png"
25+
}],
1226
"display": "standalone",
13-
"orientation": "portrait"
27+
"orientation": "portrait",
28+
"background_color": "#3E4EB8",
29+
"theme_color": "#2E3AA1"
1430
}

0 commit comments

Comments
 (0)