phpservermon/manifest.json

22 lines
456 B
JSON
Raw Permalink Normal View History

2019-03-30 23:06:00 +01:00
{
"name": "PHP Server Monitor",
"short_name": "PSM",
"icons": [{
"src": "phpservermon.png",
2019-03-30 23:06:00 +01:00
"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 13:13:27 +02:00
"start_url": "index.php",
2019-03-30 23:06:00 +01:00
"display": "standalone",
"background_color": "#3E4EB8",
"theme_color": "#ffffff"
}