ENEI2019-Public/website/site.webmanifest

20 lines
444 B
Plaintext
Raw Normal View History

2019-02-22 23:38:34 +00:00
{
2019-02-23 17:55:02 +00:00
"name": "ENEI 2019",
"short_name": "ENEI 2019",
2019-02-22 23:38:34 +00:00
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
2019-02-23 17:55:02 +00:00
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
2019-02-22 23:38:34 +00:00
"type": "image/png"
}
],
2019-02-23 17:55:02 +00:00
"theme_color": "#ff0000",
"background_color": "#ff0000",
2019-02-22 23:38:34 +00:00
"display": "standalone"
}