ponyTown/favicons/manifest.json

22 lines
379 B
JSON
Raw Normal View History

2019-09-07 21:23:46 +03:00
{
"name": "Pony Town",
"short_name": "Pony Town",
"start_url": "/",
"scope": "/",
"theme_color": "#333333",
"background_color": "#333333",
"display": "standalone",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}