1
0
Fork 0
mirror of https://github.com/Findus23/nonsense.git synced 2024-09-19 16:03:50 +02:00
nonsense/public/icons/manifest.json
2017-12-12 18:51:16 +01:00

19 lines
No EOL
452 B
JSON

{
"name": "nonsense",
"short_name":"nonsense",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#003399",
"background_color": "#003399",
"display": "standalone"
}