sandboxels/manifest.json

29 lines
659 B
JSON
Raw Normal View History

2022-01-06 12:52:46 -05:00
{
"name": "Sandboxels",
"short_name": "Sandboxels",
"theme_color": "#e6d577",
"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"
}
]
}