-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
36 lines (36 loc) · 906 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "Tesla Alerts Dictionary",
"short_name": "Tesla Alerts Dictionary",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "Tesla Alerts Dictionary. Tesla alert codes and their meaning.",
"icons": [
{
"src": "/dist/images/logo.svg",
"sizes": "512x512",
"type": "image/svg"
},
{
"src": "/dist/images/apple-touch-120x120.png",
"sizes": "120x120",
"type": "image/png"
},
{
"src": "/dist/images/apple-touch-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "/dist/images/apple-touch-167x167.png",
"sizes": "167x167",
"type": "image/png"
},
{
"src": "/dist/images/apple-touch-180x180.png",
"sizes": "180x180",
"type": "image/png"
}
]
}