it-tools/public/manifest.json

20 lines
464 B
JSON
Raw Normal View History

{
"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"
}