PowerJob/others/guidance/public/manifest.json
2020-05-21 13:16:09 +08:00

16 lines
313 B
JSON

{
"name": "OhMyScheduler",
"short_name": "OhMyScheduler",
"start_url": "/ohmyscheduler/",
"scope": "/ohmyscheduler/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/ohmyscheduler/favicon.svg",
"sizes": "512x512"
}
]
}