it-tools/public/manifest.json
Corentin Thomasset 0bf13326c8 refactor: proper icons
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2020-06-07 14:40:40 +02:00

19 lines
464 B
JSON

{
"name": "IT Tools",
"short_name": "IT Tools",
"icons": [
{
"src": "./img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#4bae50",
"background_color": "#121212",
"display": "standalone"
}