Svelteboard/static/manifest.json

23 lines
537 B
JSON
Raw Permalink Normal View History

{
"background_color": "#ffffff",
"description": "A simple whiteboard for drawing and sharing ideas",
"dir": "ltr",
"display": "fullscreen",
2023-06-19 16:35:57 +00:00
"name": "Simplewhiteboard",
"orientation": "any",
"scope": "/",
"icons": [
{
"src": "/favicon.png",
"purpose": "any",
"type": "png",
"sizes": "1024x1024"
},
{
"src": "/favicon64.png",
"purpose": "any",
"type": "png",
"sizes": "64x64"
2023-06-19 16:35:57 +00:00
}
]
}