waves/public/assets/g/littlealchemy/manifest.json
2025-04-09 17:11:14 -05:00

52 lines
1.3 KiB
JSON

{
"name": "Little Alchemy",
"short_name": "Little Alchemy",
"icons": [
{
"src": "img/36-alpha.png",
"sizes": "36x36",
"type": "image/png",
"density": "0.75"
},
{
"src": "img/48-alpha.png",
"sizes": "48x48",
"type": "image/png",
"density": "1.0"
},
{
"src": "img/72-alpha.png",
"sizes": "72x72",
"type": "image/png",
"density": "1.5"
},
{
"src": "img/96-alpha.png",
"sizes": "96x96",
"type": "image/png",
"density": "2.0"
},
{
"src": "img/144-alpha.png",
"sizes": "144x144",
"type": "image/png",
"density": "3.0"
},
{
"src": "img/192-alpha.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
}
],
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"id": "com.sometimeswefly.littlealchemy"
}
],
"start_url": "index.html",
"display": "fullscreen",
"orientation": "default"
}