FEAT - TASKER CODEX: manage agent project grants

This commit is contained in:
DCCONSTRUCTIONS
2026-05-16 01:40:45 +03:00
parent 83ea515962
commit 3b96a2613b
29 changed files with 455 additions and 64 deletions
@@ -2,12 +2,14 @@
"name": "NODE.DC",
"short_name": "NODE.DC",
"description": "NODE.DC helps you manage work items, projects, and operational workflows.",
"start_url": ".",
"display": "standalone",
"background_color": "#f9fafb",
"theme_color": "#3f76ff",
"start_url": "/",
"display": "browser",
"background_color": "#eeeff4",
"theme_color": "#eeeff4",
"icons": [
{ "src": "/plane-logos/plane-mobile-pwa.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/plane-logos/plane-mobile-pwa.png", "sizes": "512x512", "type": "image/png" }
{ "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" }
]
}