22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"name": "PHP Server Monitor",
|
|
"short_name": "PSM",
|
|
"icons": [{
|
|
"src": "phpservermon.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
}, {
|
|
"src": "favicon.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
} ,{
|
|
"src": "favicon.ico",
|
|
"sizes": "32x32",
|
|
"type": "image/x-icon"
|
|
}],
|
|
"start_url": "index.php",
|
|
"display": "standalone",
|
|
"background_color": "#3E4EB8",
|
|
"theme_color": "#ffffff"
|
|
}
|