-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathmanifest.json
More file actions
24 lines (24 loc) · 604 Bytes
/
manifest.json
File metadata and controls
24 lines (24 loc) · 604 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
{
"name": "MineRender",
"short_name": "MineRender",
"description": "MineRender provides really easy ways to add interactive 3D Minecraft renders of Skins, Blocks, Items and more to your website.",
"icons": [
{
"src": "/img/minerender-x128",
"sizes": "128x128"
},
{
"src": "/img/minerender-x256",
"sizes": "256x256"
},
{
"src": "/img/minerender-x512",
"sizes": "512x512"
}
],
"start_url": "/?utm_source=homescreen",
"display": "standalone",
"orientation": "portrait",
"background_color": "#3f51b5",
"theme_color": "#3f51b5"
}