23 lines
480 B
JSON
23 lines
480 B
JSON
{
|
|
"name": "piNail2 Controller",
|
|
"short_name": "piNail2",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#000000",
|
|
"theme_color": "#000000",
|
|
"description": "Raspberry Pi e-nail controller dashboard",
|
|
"icons": [
|
|
{
|
|
"src": "/static/img/pi_favicon.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/img/pi_favicon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|