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
+7 -12
View File
@@ -1,7 +1,7 @@
{
"theme_color": "#3579f6",
"background_color": "#ffffff",
"display": "standalone",
"theme_color": "#eeeff4",
"background_color": "#eeeff4",
"display": "browser",
"scope": "/",
"start_url": "/",
"name": "NODE.DC | Self-hosted task management workspace.",
@@ -9,22 +9,17 @@
"description": "NODE.DC streamlines task management, projects, and internal workflows.",
"icons": [
{
"src": "/icon-192x192.png",
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-256x256.png",
"sizes": "256x256",
"src": "/icons/icon-348x348.png",
"sizes": "348x348",
"type": "image/png"
},
{
"src": "/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/icon-512x512.png",
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}