NODEDC_TASKMANAGER/plane-src/apps/web/manifest.json

28 lines
636 B
JSON

{
"theme_color": "#eeeff4",
"background_color": "#eeeff4",
"display": "browser",
"scope": "/",
"start_url": "/",
"name": "NODE.DC | Self-hosted task management workspace.",
"short_name": "NODE.DC",
"description": "NODE.DC streamlines task management, projects, and internal workflows.",
"icons": [
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-348x348.png",
"sizes": "348x348",
"type": "image/png"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}