1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| {
| "name": "",
| "icons": [
| {
| "src": "images\/android-chrome-192x192.png?v=Om5N75Y123",
| "sizes": "192x192",
| "type": "image\/png"
| },
| {
| "src": "images\/android-chrome-384x384.png?v=Om5N75Y123",
| "sizes": "384x384",
| "type": "image\/png"
| }
| ],
| "theme_color": "#ffffff",
| "display": "standalone"
| }
|
|