phpservermon/manifest.json
TimZ99 9f3e140b29
Changed file path to new path
Moved to src/templates/default/static. Should have been in b0ea45a.
2019-09-26 12:47:55 +02:00

22 lines
456 B
JSON
Executable File

{
"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"
}