27 lines
632 B
JSON
27 lines
632 B
JSON
{
|
|
"name": "Next Workspace",
|
|
"short_name": "NextWks",
|
|
"description": "Your self-hosted workspace platform",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0f172a",
|
|
"theme_color": "#3b82f6",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/icon-192.svg",
|
|
"sizes": "192x192",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-512.svg",
|
|
"sizes": "512x512",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["productivity", "utilities"],
|
|
"lang": "en",
|
|
"dir": "ltr"
|
|
}
|