1
0
mirror of https://github.com/bndw/wifi-card.git synced 2024-12-24 10:06:42 +02:00
wifi-card/public/manifest.json
llamaiscool 0d71702b48
Added website icon and small design change in WiFi details box (#45)
* Added website icon and small design change in WiFi details box

* Fixed few errors of previous pull

* Fixed errors of previous pull
2021-07-15 08:48:34 -07:00

16 lines
304 B
JSON

{
"short_name": "wifi-details",
"name": "wifi-details",
"icons": [
{
"src": "./images/wifi.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}