NODEDC_TASKMANAGER/plane-src/apps/web/public/site.webmanifest.json

16 lines
608 B
JSON

{
"name": "NODE.DC",
"short_name": "NODE.DC",
"description": "NODE.DC helps you manage work items, projects, and operational workflows.",
"start_url": "/",
"display": "browser",
"background_color": "#eeeff4",
"theme_color": "#eeeff4",
"icons": [
{ "src": "/favicon/icon-adaptive.svg", "sizes": "any", "type": "image/svg+xml" },
{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" },
{ "src": "/favicon/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
]
}