phpservermon/manifest.json

22 lines
464 B
JSON
Raw Normal View History

2019-03-30 23:06:00 +01:00
{
"name": "PHP Server Monitor",
"short_name": "PSM",
"icons": [{
"src": "static/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"
}