forked from Track-Gen/TrackGen
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.webmanifest
34 lines (34 loc) · 939 Bytes
/
manifest.webmanifest
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
{
"name": "TrackGen",
"short_name": "TrackGen",
"description": "TrackGen is a web application that allows you to generate tracks for tropical cyclones.",
"start_url": "./index.html",
"scope": "/",
"icons": [
{
"src": "./static/media/favicon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./static/media/favicon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./static/media/favicon.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./static/media/favicon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#eab10f",
"background_color": "#7ea16b",
"display": "standalone"
}