jubilee/src/site.webmanifest

22 lines
510 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"
}
],
2018-02-23 11:17:00 +00:00
"theme_color": "#FFEE58",
2018-02-23 10:36:49 +00:00
"background_color": "#ffffff",
2018-02-23 11:17:00 +00:00
"start_url": ".",
"imgdisplay": "standalone",
"display": "standalone"
2018-02-23 10:36:49 +00:00
}