jubilee/src/site.webmanifest

20 lines
448 B
Plaintext
Raw Normal View History

2018-02-23 10:36:49 +00:00
{
2018-02-23 10:58:32 +00:00
"name": "Jubilee",
"short_name": "Jubilee",
2018-02-23 10:36:49 +00:00
"icons": [
{
2018-02-23 11:14:40 +00:00
"src": "/img/android-chrome-192x192.png",
2018-02-23 10:36:49 +00:00
"sizes": "192x192",
"type": "image/png"
},
{
2018-02-23 11:14:40 +00:00
"src": "/img/android-chrome-512x512.png",
2018-02-23 10:36:49 +00:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}