mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
19 lines
454 B
Text
19 lines
454 B
Text
|
{
|
||
|
"name": "Compteur de Grève",
|
||
|
"short_name": "#CompteurDeGr\u00e8ve",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/favicons/android-chrome-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "/favicons/android-chrome-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#321d64",
|
||
|
"background_color": "#321d64"
|
||
|
}
|