felt/static/manifest.json

14 lines
300 B
JSON
Raw Permalink Normal View History

{
"short_name": "Felt",
"name": "Felt virtual tabletop for distributed cooperative storytelling",
"icons": [
{
"src": "/table/logo.svg",
"sizes": "any",
"type": "image/svg"
}
],
"start_url": "/table/index.html",
"display": "standalone",
"orientation": "auto"
}