phpservermon/manifest.json

22 lines
463 B
JSON
Raw Normal View History

2019-03-30 22:06:00 +00: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"
}],
2019-04-12 11:13:27 +00:00
"start_url": "index.php",
2019-03-30 22:06:00 +00:00
"display": "standalone",
"background_color": "#3E4EB8",
"theme_color": "#ffffff"
}