sandboxels/manifest.json

34 lines
785 B
JSON

{
"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"
}
]
}