{
  "name": "OMNICASTS Command",
  "short_name": "CMD",
  "description": "TechStart / OMNICASTS DevOps Command Interface — AI Agent Control Center",
  "theme_color": "#000000",
  "background_color": "#05050d",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/tasks",
  "scope": "/",
  "id": "/tasks",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Task Queue",
      "short_name": "Tasks",
      "description": "View and manage the DevOps task queue",
      "url": "/tasks",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Drafts",
      "short_name": "Drafts",
      "description": "Review and approve pending content drafts",
      "url": "/drafts",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Agents",
      "short_name": "Agents",
      "description": "View live agent status and activity",
      "url": "/agents",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/tasks-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Task Command Center"
    }
  ],
  "prefer_related_applications": false
}
