forked from R74nCom/sandboxels
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
33 lines (33 loc) · 785 Bytes
/
manifest.json
File metadata and controls
33 lines (33 loc) · 785 Bytes
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
{
"name": "Sandboxels",
"short_name": "Sandboxels",
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone",
"scope": "/",
"start_url": "https://sandboxels.r74n.com",
"description": "A falling sand simulation game",
"orientation": "any",
"icons": [
{
"src": "icons/android-chrome-192x192.png?v=2",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/android-chrome-384x384.png?v=2",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/apple-touch-icon.png?v=2",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "icons/apple-touch-icon-144x144.png?v=2",
"sizes": "144x144",
"type": "image/png"
}
]
}