|
1 | 1 | { |
2 | | - "name": "Lucky Parking", |
3 | | - "short_name": "Lucky Parking", |
4 | | - "icons": [ |
5 | | - { |
6 | | - "src": "/android-chrome-192x192.png", |
7 | | - "sizes": "192x192", |
8 | | - "type": "image/png" |
9 | | - }, |
10 | | - { |
11 | | - "src": "/android-chrome-512x512.png", |
12 | | - "sizes": "512x512", |
13 | | - "type": "image/png" |
14 | | - }, |
15 | | - { |
16 | | - "src": "/apple-touch-icon.png", |
17 | | - "sizes": "180x180", |
18 | | - "type": "image/png" |
19 | | - }, |
20 | | - { |
21 | | - "src": "/favicon-32x32.png", |
22 | | - "sizes": "32x32", |
23 | | - "type": "image/png" |
24 | | - }, |
25 | | - { |
26 | | - "src": "/favicon-16x16.png", |
27 | | - "sizes": "16x16", |
28 | | - "type": "image/png" |
29 | | - }, |
30 | | - { |
31 | | - "src": "/favicon.ico", |
32 | | - "sizes": "16x16", |
33 | | - "type": "image/x-icon" |
34 | | - } |
35 | | - ], |
36 | | - "theme_color": "#ffffff", |
37 | | - "background_color": "#ffffff", |
38 | | - "display": "standalone", |
39 | | - "start_url": "/" |
| 2 | + "name": "Lucky Parking", |
| 3 | + "short_name": "Lucky Parking", |
| 4 | + "icons": [ |
| 5 | + { |
| 6 | + "src": "/android-chrome-192x192.png", |
| 7 | + "sizes": "192x192", |
| 8 | + "type": "image/png" |
| 9 | + }, |
| 10 | + { |
| 11 | + "src": "/android-chrome-512x512.png", |
| 12 | + "sizes": "512x512", |
| 13 | + "type": "image/png" |
| 14 | + }, |
| 15 | + { |
| 16 | + "src": "/apple-touch-icon.png", |
| 17 | + "sizes": "180x180", |
| 18 | + "type": "image/png" |
| 19 | + }, |
| 20 | + { |
| 21 | + "src": "/favicon-32x32.png", |
| 22 | + "sizes": "32x32", |
| 23 | + "type": "image/png" |
| 24 | + }, |
| 25 | + { |
| 26 | + "src": "/favicon-16x16.png", |
| 27 | + "sizes": "16x16", |
| 28 | + "type": "image/png" |
| 29 | + }, |
| 30 | + { |
| 31 | + "src": "/favicon.ico", |
| 32 | + "sizes": "16x16", |
| 33 | + "type": "image/x-icon" |
| 34 | + } |
| 35 | + ], |
| 36 | + "theme_color": "#ffffff", |
| 37 | + "background_color": "#ffffff", |
| 38 | + "display": "standalone", |
| 39 | + "start_url": "/" |
40 | 40 | } |
0 commit comments