mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 06:24:17 +00:00
38e81921e2
* Add prettier formatting feature and also add it as a job in CI.yml file * Update CI.yml file * Add format job to CI.yml file * Fix formatting issues in CI workflow file
25 lines
538 B
JSON
25 lines
538 B
JSON
{
|
|
"name": "WBO Online Whiteboard",
|
|
"short_name": "WBO",
|
|
"display": "standalone",
|
|
"background_color": "#8FA2BC",
|
|
"theme_color": "#C4DFFF",
|
|
"description": "A free and opensource online collaborative drawing tool.",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.svg",
|
|
"sizes": "1024x1024",
|
|
"type": "image/svg+xml"
|
|
},
|
|
{
|
|
"src": "apple-touch-icon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "16x16",
|
|
"type": "image/x-icon"
|
|
}
|
|
]
|
|
}
|