21 lines
757 B
JSON
21 lines
757 B
JSON
{
|
|
"name": "(you)rSpace",
|
|
"short_name": "rSpace",
|
|
"description": "Local-first collaborative community spaces",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"orientation": "any",
|
|
"theme_color": "#0f172a",
|
|
"background_color": "#0f172a",
|
|
"icons": [
|
|
{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
|
|
{ "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
|
|
{ "src": "/icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
|
|
],
|
|
"shortcuts": [
|
|
{ "name": "Create Space", "url": "/create-space", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
|
|
]
|
|
}
|