-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.webmanifest
47 lines (47 loc) · 1.16 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "🌱Plant Watering Game🌱",
"short_name": "🌱",
"description": "🌱A fun game to water your plants and keep them alive! Great for curing boredom.",
"start_url": "/",
"lang": "en-US",
"orientation": "any",
"display": "standalone",
"display_override": "standalone",
"background_color": "#32CD32",
"theme_color": "#32CD32",
"icons": [
{
"src": "planticon.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "largeplanticon.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "xxlplanticon.png",
"sizes": "1024x1024",
"type": "image/png"
}
],
"screenshots": [
{
"src": "mobilescreenshot.png",
"sizes": "828x1792",
"type": "image/png"
},
{
"src": "desktopscreenshot.png",
"sizes": "2880x1638",
"type": "image/png",
"form_factor": "wide"
}
],
"categories": [
"games",
"entertainment"
],
"theme-color": "#32CD32"
}