manuels-scolaires/src/manuels/static/icons/site.webmanifest

19 lines
483 B
Plaintext
Raw Normal View History

2019-07-02 15:11:31 +02:00
{
"name": "Manuels scolaires",
"short_name": "Manuels scolaires",
"icons": [
{
"src": "/static/icons/android-chrome-192x192.png?v=yyLzeamAbE",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/android-chrome-512x512.png?v=yyLzeamAbE",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
}